From 51b2faae03659d8ee175dd3c74e1d4350a6f27db Mon Sep 17 00:00:00 2001 From: Collin 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