From 86fd80daf099e8faccdcd20f031f08d84c1a86e4 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 10 Feb 2018 16:55:19 -0600 Subject: [PATCH] don't send linux mail cron results --- cron.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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