Forum Moderators: bakedjake
I have setting a cron that lunch this code any 60 minutes:
find /home/myhone/public_html/files -cmin +60 -exec rm -rf {} \;
all perfect.. but I received message:
find: /home/myhome/public_html/files: No such file or directory
when cron don't find anything..
is possible to not receive this message?
tx