From: Joerg Jaspert Date: Mon, 11 May 2015 08:11:45 +0000 (+0200) Subject: No, we don't need to see this output, halt die klappe cron X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=564af65f897528db7c3c7552a50951e65550e4a5 No, we don't need to see this output, halt die klappe cron --- diff --git a/config/debian-security/cron.weekly b/config/debian-security/cron.weekly index dd4f9d97..e46b2540 100755 --- a/config/debian-security/cron.weekly +++ b/config/debian-security/cron.weekly @@ -26,7 +26,7 @@ if ! lockfile -r100 "$LOCKFILE"; then fi trap cleanup EXIT -dak generate-releases -a security +dak generate-releases -a security >/dev/null cleanup trap - EXIT