Page 1 of 1

cronjob scheduler: bad typo in command line

Posted: Sat Feb 06, 2010 8:42 pm
by lama
hm i think theres a rather nasty typo in the cronjob scheduler command help line.
it says:

Code: Select all

you should add this to your crontab:

5 * * * wget http://yourblog/index.php?serendipity[cronjob]=all.
first of all i would remove the dot at the end, i dont hink it should be there.
second: all my cronjobs have 5 columns for time, not 4. could it be theres one missing?

greetz

ok i see, theres an option for execution every 5 mins, so the cron-entry should perhaps be:

Code: Select all

*/5  * * * * wget http://yourblog/index.php?serendipity[cronjob]=all