diff options
-rw-r--r-- | dns/unbound/files/unbound.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/files/unbound.in b/dns/unbound/files/unbound.in index eb4ce995740a..43439d898fd7 100644 --- a/dns/unbound/files/unbound.in +++ b/dns/unbound/files/unbound.in @@ -29,7 +29,7 @@ unbound_enable=${unbound_enable:-"NO"} start_precmd() { - %%PREFIX%%/sbin/unbound-checkconf && \ + %%PREFIX%%/sbin/unbound-checkconf > /dev/null && \ echo -n "Obtaining a trust anchor:" && \ su -m unbound -c %%PREFIX%%/sbin/unbound-anchor && \ echo . |