Posts Tagged ‘bash’

Cron gotcha

Thursday, February 14th, 2008

While pondering why my backup scripts weren’t working in /etc/cron.daily, I remembered that run-parts (the thing that runs stuff in that directory) doesn’t like running scripts with a .sh, or indeed probably any extension on them.

Handy to remember that one!