Merge pull request #1170 from g4b0/docs-scheduled-tasks

Fixed error in documentation
This commit is contained in:
Ingo Schommer 2013-02-07 11:14:47 -08:00
commit 8b50e32f65

View File

@ -39,7 +39,7 @@
*
* <code>
* # Quarter-hourly task (every hour at 25 minutes past) (remove space between first * and /15)
* * /15 * * * * www-data /webroot/framework/cli-script.php /QuarterlyHourlyTask > /var/log/quarterhourlytask.log
* * /15 * * * * www-data /webroot/framework/cli-script.php /QuarterHourlyTask > /var/log/quarterhourlytask.log
*
* # HourlyTask (every hour at 25 minutes past)
* 25 * * * * www-data /webroot/framework/cli-script.php /HourlyTask > /var/log/hourlytask.log