From f7c14ab47867f319df6f2e48c9a68bbbe1566aa4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 15 Nov 2023 08:11:32 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d15ee3a1..d8803045 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -506,7 +506,7 @@ UPDATE_DYNDNS(){ esac shift done - if [ "${NM_DYNDNS_LOC}" != "" ] && [ "${NM_DYNDNS_LOC[${LOCATION,,}]}" != "" ]; then + if [ "${NM_DYNDNS_LOC[${LOCATION,,}]}" != "" ]; then echo cw_spc=10 echo -e "Checking for DYNDNS update at '${idsCL[Green]}${LOCATION^^}${idsCL[Default]}'"