hi there, i have a question
hi there, i have a question
As topic, how do I prevent messages from my cron job?
Thanks :)
Thanks :)
Re: hi there, i have a question
Add:
>/dev/null 2>&1 at the end of the cron job.
>/dev/null 2>&1 at the end of the cron job.
Re: hi there, i have a question
It doesn't work for me, is there any other way?