Cron scripts in /etc/cron.daily not running

If you put a script to be run by cron in cron.hourly, cron.daily, cron.weekly or cron.monthly but they won’t run, make sure that they:

You can also execute the command to verify that your script will be run:

run-parts –test /etc/cron.daily

Exit mobile version