Koozali.org: home of the SME Server

PREVENT EMAILS FROM CRON JOBS

aussie

PREVENT EMAILS FROM CRON JOBS
« 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

Offline psc

  • *
  • 151
  • +0/-0
Re: PREVENT EMAILS FROM CRON JOBS
« Reply #1 on: April 07, 2004, 02:56:48 PM »
Just add an

2>&1 >/dev/null

to your crontag entrys.

Peter
First, solve the problem. Then, write the code.