Aïuto ! Can't get a cron script to work

If you created a script like example.sh - made it executable (chmod +x example.sh) - and copied it to e.g. /etc/cron.daily - you may have forgotten:
the file mustn’t have the .sh filename extension?

mv example.sh /etc/cron.daily/example

Just a thought. :wink:

Second:
You may have to install cronie and (start) enable it’s service.