Rob 76417d7b07
fix crontab set (#457)
I think a recent change tried to send output from crontab to dev/null to avoid messages appearing a) when setting the crontab, b) whenever mailsync is run.  However the redirection was for the string concatenation meaning a null string was piped to cron obliterating the crontab (thank goodness for backups). I have put the redirection in the correct location (similar to a few lines above when removing the mailsync line).  I have also redirected all output of the mailsync (both errors and normal messages) to dev null.

Co-authored-by: rjl6789 <rlives6789@gmail.com>
2020-06-09 08:41:38 -04:00
..
2020-06-08 07:16:20 -04:00
mw
2020-06-09 08:41:38 -04:00
2020-05-31 12:10:35 -04:00