Hi,
please check the path of your script which one you are trying to run
00 3 * * * root /emu/script/./configupdate.sh >>/emu/log/configupdate.log >/dev/null 2>&1
00 * * * * root /emu/script/./keys.sh >>/emu/logfiles/keys.log >/dev/null 2>&1
the above should be replace with the follow
00 3 * * * root /emu/script/configupdate.sh >>/emu/log/configupdate.log >/dev/null 2>&1
00 * * * * root /emu/script/keys.sh >>/emu/logfiles/keys.log >/dev/null 2>&1
If the above also not working fine,please update your mail result sent by mailer daemon.To do that type follow command,
# mail
thanks,
aaru
|