View Single Post
Old 3rd June 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

You have what appears to be shell script, rather than a single executable command in your crontab entry.

Stick your shell script in a text file. Make your first line of that file:
#!/bin/sh
After saving the file, use chmod +x to mark the file executable.
Edit your crontab entry to make that file the command.
Reply With Quote