From 6f804ea5fe86bd04e91e273159ef3979d40a2e81 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 9 May 2021 09:23:58 +0200 Subject: [PATCH] only cron errors as output --- conf/cron/miab_dovecot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron/miab_dovecot b/conf/cron/miab_dovecot index 343f6e60..7144b8f0 100644 --- a/conf/cron/miab_dovecot +++ b/conf/cron/miab_dovecot @@ -1,3 +1,3 @@ #!/bin/bash /usr/bin/doveadm fts rescan -A > /dev/null 2>&1 -/usr/bin/doveadm fts optimize -A +/usr/bin/doveadm fts optimize -A > /dev/null 2>&1