I'm having trouble making cron work.
I edit my cron jobs doing
sudo crontab -u myuser -esudo crontab -u myuser -lprompts mycrontables:##### */1 * * * * /home/myuser/Projects/scripts/cron.sh/usr/lib/cron/cron.allowand.denydo not existps -A | grep cron && ps aux | grep 'cron' -n820 ? 00:00:00 cron 63:root 820 0.0 0.0 2268 884 ? Ss 17:09 0:00 cron
Yet the script is not executed. Am I missing something?
After the crontab -e it shows that it is saving to a temporary file. Is this a problem?