Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: aussie on April 06, 2004, 06:47:06 AM

Title: PREVENT EMAILS FROM CRON JOBS
Post by: aussie on April 06, 2004, 06:47:06 AM
I want to run a couple of thing in cron:
but I get email every time soemthing does run.
Can I stop this email?
 :pint: regards Rob
Title: Re: PREVENT EMAILS FROM CRON JOBS
Post by: psc on April 07, 2004, 02:56:48 PM
Just add an

2>&1 >/dev/null

to your crontag entrys.

Peter