cron job

cron job

by Eric Kemsley -
Number of replies: 3
If I put:
*/5*** /usr/bin/wget -g -O /dev/null
http://moodle.esu13.org/admin/cron.php
and save the file, I get :
no crontab for root - using an empty one
crontab: installing new crontab
"/tmp/crontab.9692":0: bad day-of-month
errors in crontab file, can't install.
Do you want to retry the same edit? yes
crontab: no changes made to crontab
Average of ratings: -
In reply to Eric Kemsley

Re: cron job

by Daryl Hawes -
Eric,
You're missing a * and you're missing spaces. It should be:
*/5 * * * * /usr/bin/wget -g -O /dev/null