mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
don't send linux mail cron results
This commit is contained in:
parent
73104704fa
commit
86fd80daf0
1 changed files with 1 additions and 1 deletions
2
cron.txt
2
cron.txt
|
|
@ -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
|
||||
Loading…
Reference in a new issue