Page 1 of 1

hi there, i have a question

Posted: Thu Jan 17, 2019 8:33 am
by badminton
As topic, how do I prevent messages from my cron job?

Thanks :)

Re: hi there, i have a question

Posted: Thu Jan 17, 2019 9:50 am
by alexcy
Add:
>/dev/null 2>&1 at the end of the cron job.

Re: hi there, i have a question

Posted: Sun Mar 24, 2019 8:55 pm
by Emohlyni
It doesn't work for me, is there any other way?