It seems like there is a bug with the crontab editor. This cron:
find /home/sterba/web/xx.net/public_html/images-tmp -type d -ctime +2 -exec rm -rf {} ;
It added ok - but now I’m trying to edit, I just get a blank form with nothing pre-filled :} After opening up the cron.conf file and doing some testing, I see:
JOB='10' MIN='0' HOUR='12' DAY='*' MONTH='*' WDAY='*' CMD='find /home/sterba/web/xx.net/public_html/images-tmp -type d -ctime +2 -exec rm -rf {} \;' SUSPENDED='no' TIME='16:17:22' DATE='2023-12-06'
The issue seems to be around the ; bit. Interestingly, if I remove the \ from it, it works I’m not sure where the code is around that - so maybe someone else could find it? I’m re-working that cron anyway as I’m going in another direction, but just thought I’d point it out
Cheers
Andy