Page 1 of 1

Flexget cron job - how to stop emails

Posted: February 25th, 2011, 9:37 am
by Murry
Hi guys,

I'm new here. I've recently set up and configured Flexget using the havetheknowhow website and everything seems to be working fine. However, I'm getting an email every hour from my server to tell me Flexget has run.

How can I stop this?

Thanks

Re: Flexget cron job - how to stop emails

Posted: February 25th, 2011, 10:57 pm
by LarryGlen
Hi,

Double-check the cron job to ensure it has " >/dev/null 2>&1" or "&> /dev/null" on the end of the command.

hope this helps :-P