Hi,
I am working on my first SME contrib (slowly

) and part of it involves creating a cron job. It does so by creating a file called 20mycontrib in /etc/e-smith/templates/etc/crontab/
the content of the file is:
# refresh access list
*/5 * * * * root /path/to/script.sh
as a test, I run
expand-template /etc/crontab
which if I then
cat /etc/crontab
I can see my entry formatted correctly etc, but for some reason it just doesn't run. I think my cron sytax is right (above should run every 5 min?) and if I manually run the script it runs fine.
Can anyone point out where I'm going wrong?
--Josh R