Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
PREVENT EMAILS FROM CRON JOBS
« previous
next »
+
Print
Pages: [
1
]
Go Down
PREVENT EMAILS FROM CRON JOBS
1 Replies
629 Views
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?
regards Rob
Logged
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
Logged
First, solve the problem. Then, write the code.
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
PREVENT EMAILS FROM CRON JOBS