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.
|