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:
authormattpiwik <matthieu.aubry@gmail.com>2011-03-29 07:24:46 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-03-29 07:24:46 +0400
commitf0aab48ef0fb828c6cfd1b8fa4fb79c4df1c085c (patch)
treeb8bed9e90ec9e5d1df74361221625bb387870f42 /misc/cron/archive.sh
parent72991f1e3db20afd846aae7edbb9025900effbe2 (diff)
Fixes #2239 Thanks for the report tthuermer!
git-svn-id: http://dev.piwik.org/svn/trunk@4227 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'misc/cron/archive.sh')
-rwxr-xr-xmisc/cron/archive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cron/archive.sh b/misc/cron/archive.sh
index 32d8b348e4..8aebe09312 100755
--- a/misc/cron/archive.sh
+++ b/misc/cron/archive.sh
@@ -37,7 +37,7 @@ for TEST_PHP_BIN in php5 php php-cli php-cgi; do
fi
done
if test -z $PHP_BIN; then
- echo "php binary not found. Make sure php5 or php exists in PATH."
+ echo "php binary not found. Make sure php5 or php exists in PATH." >&2
exit 1
fi