From 08b86f48abed382eef8a483dc580e84d500caebb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 10:14:00 -0500 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 a2362205..47fe28c6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -918,7 +918,7 @@ DOWNLIST(){ fi [ ${is} -lt 10 ] && ignsel=" ${is}) " || ignsel="${is}) " - if [ -f ${NM_TMPFOLDER}/${ditem}.disable ] || ([[ "${host}" = *"10.2."* ]] && [ -f ${PW_TMPFOLDER}/OFF-vMS-Host6.down ])); then + if [ -f ${NM_TMPFOLDER}/${ditem}.disable ] || ([[ "${host}" = *"10.2."* ]] && [ -f ${PW_TMPFOLDER}/OFF-vMS-Host6.down ]); then dstatus="OFF" else dstatus="${idsCL[Green]}ON"