diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 34b3e06fd..ccb5fae21 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -48,7 +48,7 @@ config_header() { } update_forwarders() { - if [ "${USE_FORWARDERS}" = "1" -a -e "/var/ipfire/red/active" ]; then + 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)..."