diff --git a/cron.txt b/cron.txt index 31ecd4182..9833784c7 100644 --- a/cron.txt +++ b/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 \ No newline at end of file +0 * * * * /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/filterlists/FilterLists.Agent > /dev/null 2>&1 \ No newline at end of file