cronjob scheduler: bad typo in command line

Creating and modifying plugins.
Post Reply
lama
Regular
Posts: 13
Joined: Tue Jan 19, 2010 6:35 am

cronjob scheduler: bad typo in command line

Post 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
Post Reply