Web Hosting Talk







View Full Version : Crontjob setup...


Michael
12-27-2001, 04:15 AM
Hi Guys,

I have a quick question. We need to a cronjob to execute every wed and sunday @ 3:03. We have the follow cronjob setup but it does not seem to work:

03 03 * * 0,3 /path to script >/dev/null 2>&1

Am I missing something?


Thanks
Mike

Noldar
12-27-2001, 09:19 AM
Looks OK to me. You might want to try removing the '>/dev/null 2>&1' and check your default email to see if you are getting any cron messages.

Richard

ffeingol
12-27-2001, 09:28 AM
And make sure all your environment variables taht you need are set. Cron does not execute your profile before the script is run.

Frank