Hi all, I'm running a script in my crontab like this: */50 * * * * /root/scripts/keepjobrun 2>&1 > /dev/null
However, crontab always sends a message to root (me) about the above script. How do I stop it from sending any notification? Thank you very much,