Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: tg040 on May 25, 2021, 09:46:48 PM

Title: cron added via cwp replaces + signs rendering job useless.
Post by: tg040 on May 25, 2021, 09:46:48 PM
When I add a cron job via cwp like this:

/usr/bin/find /home/public_html/uploads/ -type f -mtime +30 -exec rm {} +

It saves as:

/usr/bin/find /home/public_html/uploads/ -type f -mtime 30 -exec rm {}