|
i think the redirection part is messing it up usually cron wants the ouput of the script to goto the users mail. dont know if thats the problem but you could try sending the output to a variable instead. like
BLAH=`ls /dir`
__________________
cd /usr/ports/misc/life && make install
|