Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@users.noreply.github.com>2018-12-02 21:17:45 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2018-12-02 21:17:45 +0300
commit30812c82f322310c9c6d5e93e929d3203133f4fd (patch)
treef3a55c80f64b0fa82e953e25bde27b4ce9b8e22c /plugins/CoreUpdater
parent79a1bd2fc16445237c00aa37754139ffb394de3f (diff)
Mention the --yes flag in core:update description (#13788)
The --yes flag is essential if you want to trigger unattended Matomo upgrades. This is only mentioned in the Debian package post-install script: https://github.com/matomo-org/matomo-package/blob/204f845ddbe3527104994788b6beac1ea6190ece/debian/matomo.postinst#L96 This change adds the --yes flag to the core:update description.
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/lang/en.json b/plugins/CoreUpdater/lang/en.json
index 1b60e1dc7a..ca642d15db 100644
--- a/plugins/CoreUpdater/lang/en.json
+++ b/plugins/CoreUpdater/lang/en.json
@@ -80,7 +80,7 @@
"ExecuteDbUpgrade": "A database upgrade is required. Execute update?",
"DryRun": "Note: this is a Dry Run",
"DryRunEnd": "End of Dry Run",
- "ConsoleCommandDescription": "Triggers upgrades. Use it after Matomo core or any plugin files have been updated.",
+ "ConsoleCommandDescription": "Triggers upgrades. Use it after Matomo core or any plugin files have been updated. Append --yes to upgrade without confirmation.",
"ConsoleParameterDescription": "Directly execute the update without asking for confirmation",
"VerifyingUnpackedFiles": "Verifying the unpacked files",
"WarningMessages": "Warning messages:",
@@ -91,4 +91,4 @@
"ViewVersionChangelog": "View the changelog for this version:",
"ReceiveEmailBecauseIsSuperUser": "You receive this email because you are a Super User on the Matomo at: %s"
}
-} \ No newline at end of file
+}