cronjob doesn't run???

2004-12-27 Thread Timothy Smith
i have an odd problem with this cronjob, #!/bin/sh cd /home/timothy burncd -f /dev/acd0c blank tar -zcvf ./burning/thunderbird.tar.gz ./.thunderbird/* tar -zcvf ./burning/Projects.tar.gz ./Projects/* tar -zcvf ./burning/cvsd.tar.gz /usr/local/cvsd/* mkisofs -L -l -relaxed-filenames -o tmp.iso

Re: cronjob doesn't run???

2004-12-27 Thread Tom Vilot
Might be a path issue. I had similar issues with cron (/etc/periodic/daily) if I didn't use a full path to the binaries. :c( i have an odd problem with this cronjob, #!/bin/sh cd /home/timothy burncd -f /dev/acd0c blank tar -zcvf ./burning/thunderbird.tar.gz ./.thunderbird/* tar -zcvf