Web Hosting Talk







View Full Version : cron jobs


kibblerok
09-06-2002, 08:39 AM
hello

not sure if this is the right place to ask

i have just set up a cron job that runs every half hour, the thing is i get mailed the results, on my old host i only got mailed errors, and would be very annoying if this kept happening

is there anyway i can turn this off?

i know you can add parametrs to the string you type but i have only found one to mail the results and not turn the mailing off

sorry if its an obvious question but im new to this malarky

thanks for any help

elevation
09-06-2002, 09:06 AM
Put 1>/dev/null 2>/dev/null at the end of the job. That should do the trick :)