From d72b9107008abf19e23fd25ac70aca86473fc553 Mon Sep 17 00:00:00 2001 From: Lukas Pirl Date: Tue, 25 Jul 2017 10:05:03 +0200 Subject: [PATCH] make hourly Cron job quiet otherwise, systems that are able to send mails would send the uninteresting output every hour to the admin --- log2ram.hourly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log2ram.hourly b/log2ram.hourly index df43424..3e5dd87 100644 --- a/log2ram.hourly +++ b/log2ram.hourly @@ -1,3 +1,3 @@ #! /bin/sh -/usr/local/bin/log2ram write +/usr/local/bin/log2ram write > /dev/null