crontab Problem
Posted by: Koldark
Posted on: 2007-02-13 22:52:00
I am trying to get a scheduled bash script to run. The line is: "*/30 * * * * /home/username/planet/technews.sh". I have tried a few other variations as well. I keep getting the error "/bin/sh: line 1: /home/username/planet/technews.sh
: No such file or directory". This works fine on the command line but I can't get it work through crontab.
Any ideas? For testing, because of the problems, I set the permissions to 777 (bad I know). What is the needed permissions? Could this be the problem?