Ticket #599: get_php5_path.patch

File get_php5_path.patch, 420 bytes (added by pebosi, 3 years ago)

first step is to get php5 path, or? :)

  • misc/cron/archive.sh

     
    1212 
    1313TOKEN_AUTH="" #you can get the token_auth from the Piwik admin UI (section Users, or section API) 
    1414 
    15 PHP_BIN=/usr/bin/php5 
     15PHP_BIN="which php5" 
    1616PIWIK_PATH=/home/www/piwik/demo/index.php 
    1717 
    1818for period in day week year; do