From 4cd82be05f21bcf49e38793e41730923a0107a0b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 4 Jul 2019 20:42:47 +0200 Subject: [PATCH 1/1] unbound: check if red/iface exists before read it Signed-off-by: Arne Fitzenreiter --- src/initscripts/system/unbound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index ccb5fae219..5d3c5062ff 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -48,7 +48,7 @@ config_header() { } update_forwarders() { - if [ "${USE_FORWARDERS}" = "1" -a "$( /dev/null 2>&1 if [ "${?}" != "0" ]; then boot_mesg "DNS still not functioning... Trying to sync time with ntp.ipfire.org (81.3.27.46)..." -- 2.39.2