Skip to content

Commit

Permalink
fixed the way piwik cron is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
aureq committed Dec 31, 2013
1 parent 2d2d1aa commit 1eea278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/piwik.cron.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# | | | | .------ day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
# 5 * * * * www-data [ -x /usr/share/piwik/misc/cron/archive.sh ] && /usr/share/piwik/misc/cron/archive.sh >/dev/null 2>&1
# 5 * * * * www-data [ -e /usr/share/piwik/misc/cron/archive.php ] && [ -x /usr/bin/php ] && /usr/bin/php /usr/share/piwik/misc/cron/archive.php -- "url=http://example.org/piwik/" >/dev/null 2>&1

0 comments on commit 1eea278

Please sign in to comment.