need help with cron!

Hi,

I have a script in the cron.hourly folder. It uses the wget command to run a php script on my website. It all works fine, but I receive an e-mail everytime the cron runs my script with wget. In the mail it basically sends the same info as if I would run the script manually in a shell window. Since i don't want to have an e-mail sent every hour of everyday, my question is how can I disable these e-mails?

thanks

 

 

 

 

Top