wesg
05-26-2008, 07:41 PM
I wrote a shell script that updates some information on my website using FTP.
It does the job fine in terminal, but when the only way I can make it work in Cronnix is if I do the terminal command
chmod a+x ~/Documents/script.sh
I understand that the script needs to be executable, but I thought this only needed to be done once. What could be going on?
It does the job fine in terminal, but when the only way I can make it work in Cronnix is if I do the terminal command
chmod a+x ~/Documents/script.sh
I understand that the script needs to be executable, but I thought this only needed to be done once. What could be going on?