Just wrap your cron command this way: /bin/bash -c ' <your command here...> ' There has got to be a better way to specify bash on the cron file level once and not force wraping all commands with it on every cron line. But simply adding !#/bin/bash didn't work for me and I have not tried: #!/usr/bin/...