Cpanel Simpre Cron job
hiI have this :
find /home/mysite/public_html/download -type d -cmin +20 -exec rm -rf {} \;
This beacause I want delete all dir and files "INTO" dir download that is old more 20 minutes
BUT the problem is that this delete also dir download ??

why ?
thks