Hi I'm facing just similar problem as mentioned in this link
i have a sh script which will copy files from other servers and perform the zip of those files.
when i call this script from crontab while performing zip i'm getting some junk file dumped instead of zip file.
-rw-r--r-- 1 root root 1262 Aug 31 01:19 zi8Pxv2R
but when i call this sh script manually the zip is working perfectly.
this is the crontab entry.
*/10 * * * * /staging/cbsinstall/cosmic/crontabTRACE_VOICE.sh
permission for the script is root with 777 and crontab permission is also root
also i have restarted the crond service no luck
let me know if any one has come across this situation and resolved the problem.
i have a sh script which will copy files from other servers and perform the zip of those files.
when i call this script from crontab while performing zip i'm getting some junk file dumped instead of zip file.
-rw-r--r-- 1 root root 1262 Aug 31 01:19 zi8Pxv2R
but when i call this sh script manually the zip is working perfectly.
this is the crontab entry.
*/10 * * * * /staging/cbsinstall/cosmic/crontabTRACE_VOICE.sh
permission for the script is root with 777 and crontab permission is also root
also i have restarted the crond service no luck
let me know if any one has come across this situation and resolved the problem.