Thread: Cron Job
View Single Post
  #2 (permalink)  
Old 03-12-2008, 12:55
Jeet_n Jeet_n is offline
new member
 
Join Date: Dec 2008
Posts: 1
Default

Hello Jill,

We have investigated and found that you have not added "2>&1" at the end.

By default cron jobs sends an email to the user account after executing the cronjob. If this is not needed put the following command At the end of the cron job line .

>/dev/null 2>&1

We have made the required changes for this, so you will not receive emails regarding cronjob you have set.


Regards,
Jeet_n.
Reply With Quote