[data-analysis/awstats] 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:
parent
08cce7785b
commit
de2089620b
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
0 08 * * * root /usr/local/bin/run-daily-awstats.sh
|
||||
0 08 * * * root /usr/local/bin/run-daily-awstats.sh > /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue