From 3001f934011e5862ef74aba102c42e354305ef81 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Jul 2025 13:18:12 -0500 Subject: [PATCH] Update services.inc --- inc/services.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/services.inc b/inc/services.inc index a4456405..795abaa8 100755 --- a/inc/services.inc +++ b/inc/services.inc @@ -18,7 +18,6 @@ SINGLE_SERVER_SERVICE_CHECK(){ if [ ! -f ${NM_TMPFOLDER}/.skip ] && ([[ "$(declare -p ${1^^}_SINGLESRVR_SERVICES)" =~ "declare -a" ]] || [[ "$(declare -p ${1^^}_SINGLESRVR_DOCKERS)" =~ "declare -a" ]] || [ "${1^^}" == "LPD" ] || [ "${1^^}" == "DNS" ] || [ "${1^^}" == "LDNS" ]); then if [ "${1^^}" == "LPD" ] || [ "${1^^}" == "DNS" ] || [ "${1^^}" == "LDNS" ]; then - echo yes dnstest=$(dig +short +tries=3 +time=3 www.google.com @127.0.0.1) if [ "${dnstest}" == "" ] || [[ "${dnstest}" == *";;"* ]]; then SKIP_SERVER_CHECKS on >/dev/null 2>&1