Hi,
I am trying to add a cron job like this:
/usr/bin/find /home/account/apps/something/results/xxx* -mtime +20 -print | xargs rm
but when clicking in “save” button it is changed by something like this:
/usr/bin/find /home/account/apps/something/results/xxx_09-17-24.csv /home/account/apps/something/results/xxx_09-18-24.csv /home/account/apps/something/results/xxx_09-19-24.csv -mtime +20 -print | xargs rm
in fact the list is very big, I mean, it does the * asterisk substitution before to save the cron job and saves it with it resolved.
How can I fix it? If I use “crontab -e” from command line for that user I am able to modify it, but hestiacp is still showing old cron job, so not ideal.
Thanks in advance for your help!