hello all,
I have a shell script and I need to schedule it in crontab, I have the next line:
06 16 * * 1,2,3,4,5 /usr/bin/ksh /path/path/name.sh > /path/path/name.log
first, I scheduled from Monday to Friday but it doesn't run, the log file is empty.. any idea why is causing this?
note: my shell works if I run it manually.
Thanks!