don't send linux mail cron results

This commit is contained in:
Collin M. Barrett 2018-02-10 16:55:19 -06:00
parent 73104704fa
commit 86fd80daf0

View file

@ -1,2 +1,2 @@
# FilterLists - Capture Snapshots Hourly (skips if previous still running)
0 * * * * /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/filterlists/FilterLists.Agent
0 * * * * /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/filterlists/FilterLists.Agent > /dev/null 2>&1