Index: misc/cron/archive.sh
===================================================================
--- misc/cron/archive.sh	(revision 982)
+++ misc/cron/archive.sh	(working copy)
@@ -12,7 +12,7 @@
 
 TOKEN_AUTH="" #you can get the token_auth from the Piwik admin UI (section Users, or section API)
 
-PHP_BIN=/usr/bin/php5
+PHP_BIN="which php5"
 PIWIK_PATH=/home/www/piwik/demo/index.php
 
 for period in day week year; do

