I've add the following via crontab -e:
Quote:
|
15 9 * * * /hunter/ngc/start.sh
|
here is the shell script:
Quote:
#!/bin/bash
/hunter/ngc/./gather.sh
/hunter/ngc/./trans_csv.sh
/hunter/ngc/./db_reload.sh
|
Here is the output from /var/log/cron:
Quote:
|
Jan 27 09:15:00 crbc-tacacs-1 CROND[9083]: (root) CMD (/mcasthunter/ngc/start.sh)
|
The script does not run even thought it states it does.
start.sh runs fine from a command line
Not sure what else to try

Thanks in advance.
SeeFor