Quote:
Originally posted by webhost
Do you mind if I ask what is the string you use for cron, I can try that and see if that works.
|
This is what I use to run the script every 2 hours
Code:
0 0,2,4,6,8,10,12,14,16,18,20,22 * * * nice -10 /home/dbforums/newnews.pl >/dev/null 2>&1
You'll have to make sure that the user the cron job runs under hs permissions to run newnews.pl.