Exec format error (in cron)
Exec format error
Just such a case manifests itself when using a script through cron (and run-parts). To remedy this problem put the following at the beginning of the script:
#!/bin/sh
That way, the system will know what to use when executing the script.
