Cron Daemon Error: Permission Denied Fix
Don’t forget to set the permissions on your bash scripts for crontabs or cron jobs.
sudo chmod a+x myscript.sh
Don’t forget to set the permissions on your bash scripts for crontabs or cron jobs.
sudo chmod a+x myscript.sh