Author Topic: cron added via cwp replaces + signs rendering job useless.  (Read 1984 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
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 {}