[data-analysis/mirror-stats] Fix it so cron jobs only emit errors

In trying to make it so we only emit cron job emails when we see errors,
    I am fixing the cron job to point to /dev/null only.
This commit is contained in:
Stephen Smoogen 2019-03-07 11:19:19 +00:00
parent de2089620b
commit a0d2c4e5e5

View file

@ -1 +1 @@
0 06 * * * root /usr/local/bin/condense-mirrorlogs.sh
0 06 * * * root /usr/local/bin/condense-mirrorlogs.sh > /dev/null