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
path: root/misc
diff options
context:
space:
mode:
authorLukas Winkler <git@lw1.at>2020-10-07 22:14:53 +0300
committerGitHub <noreply@github.com>2020-10-07 22:14:53 +0300
commit1bcbf2f0f5e7787b3b842de35f2707f94a3dfd38 (patch)
treea04acfd3f352fc1327a74d65473f8e57ab53a801 /misc
parentccc5f82b0a01f07070e33909171540271328c91f (diff)
don't mention PHP5 in messages (#16538)
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/cron/archive.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cron/archive.sh b/misc/cron/archive.sh
index 6b9a9d8ec6..e05b83eac9 100755
--- a/misc/cron/archive.sh
+++ b/misc/cron/archive.sh
@@ -2,7 +2,7 @@
# =======================================================================
# WARNING: this script archive.sh is DEPRECATED!
#
-# => Replace your cron with `/usr/bin/php5 /path/to/piwik/console core:archive --url=http://example.org/piwik/`
+# => Replace your cron with `/usr/bin/php /path/to/piwik/console core:archive --url=http://example.org/piwik/`
#
# See documentation at https://piwik.org/setup-auto-archiving/
# =======================================================================
@@ -40,4 +40,4 @@ $CONSOLE_CMD
echo $MESSAGE;
-exit 1 \ No newline at end of file
+exit 1