Hi,
Just want to ask if I lack anything on my script or cron job. When I issue the script on the command line it can execute it normally. But if I use the cron to run it, it fails. Below are the details of my cron and the contents of my script:
15 00 * * * /home/dce/bin/atmupdate
atmupdate script:
#!/bin/ksh
/home/dce/bin/atmupdate
Thanks in advance.
Just want to ask if I lack anything on my script or cron job. When I issue the script on the command line it can execute it normally. But if I use the cron to run it, it fails. Below are the details of my cron and the contents of my script:
15 00 * * * /home/dce/bin/atmupdate
atmupdate script:
#!/bin/ksh
/home/dce/bin/atmupdate
Thanks in advance.