From 95b24f074f8f06e358d429c774411555daf35113 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 30 Jul 2016 16:41:34 +0200 Subject: [PATCH] Initialize variables and style improvements --- include/tests_nameservices | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_nameservices b/include/tests_nameservices index fdf647e3..7b6cba17 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -28,7 +28,7 @@ # BIND_RUNNING=0 BIND_CONFIG_LOCS="/etc /etc/bind /usr/local/etc /usr/local/etc/namedb" - BIND_CONFIG_LOCATIONS="" + BIND_CONFIG_LOCATION="" POWERDNS_RUNNING=0 POWERDNS_CONFIG_LOCS="/etc/powerdns /usr/local/etc" POWERDNS_AUTH_CONFIG_LOCATION="" @@ -319,7 +319,7 @@ LogText "Result: found configuration file (${BIND_CONFIG_LOCATION})" fi done - if [ ! "${BIND_CONFIG_LOCATION}" = "" ]; then + if [ ! -z "${BIND_CONFIG_LOCATION}" ]; then Display --indent 4 --text "- Checking BIND configuration file" --result "${STATUS_FOUND}" --color GREEN else Display --indent 4 --text "- Checking BIND configuration file" --result "${STATUS_NOT_FOUND}" --color YELLOW