92f2540792
&> is a bash shortcut to redirect both stdout and stderr it is more portable to use '>/dev/null 2>&1' to achieve this effect. Without this change the pi mailbox is filled with cron job output