rrijkse wrote:
I put in the line, and it still outputs the exact same error message
- Robbert
Did you ensure that they script is executable, using "chmod +x <thescript>"?
Are you sure that the first line of your script is #!/bin/sh or whatever it is supposed to be (I haven't even read the script in question), and with no extra characters at all (aside from the -x that you may have added for diagnostic purposes)?
Have you tried running the script by hand, not from cron, just running it using the same exact command as you have in your crontab file? If so, what happens?