I don't know why my ubuntu server crontab job not happening by the system. Here is my cron configuration.
45 6 * * * /usr/bin/sh /var/www/html/vtigercrm/cron/vtigercron.sh
Just now I ran into the log and i have seen these lines..
Dec 27 06:45:01 Surya CRON[31908]: (root) CMD (/usr/bin/sh /var/www/html/vtigercrm/cron/vtigercron.sh)
There is no error message whether its success or not, But job hasn't done that part.
Can any tell me am I did anything wrong?
When i run manually with root privilege it is running without any errors. Where as by the Vtiger its not.
Thanks & Regards,
I think you can run cron with command:
Because maybe something with /usr/bin/sh. So you can run with /bin/bash