Adding > /dev/null 2>&1 to cron
I had this line
And changed to in order to stop upcp emails:
Is this the correct way?
26 0 * * * (/usr/local/cpanel/scripts/fix-cpanel-perl; /usr/local/cpanel/scripts/upcp --cron)And changed to in order to stop upcp emails:
26 0 * * * (/usr/local/cpanel/scripts/fix-cpanel-perl; /usr/local/cpanel/scripts/upcp --cron > /dev/null 2>&1)Is this the correct way?
-
Looks correct. 0 -
Hi @greektranslator That looks fine to me as well! 0
Please sign in to leave a comment.
Comments
2 comments