From 304ccb27400e8435b10cb951447398c7b4e6abf1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Jul 2025 13:54:37 -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 6c9fbd1b..be31c358 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -964,7 +964,7 @@ DOWNLIST(){ if [[ "${NM_IGNOREHOSTS_IFDOWN}" = *"${host}"* ]]; then dstatus="IGNORED" - elif [ -f ${NM_TMPFOLDER}/${ditem}.disable ] + elif [ -f ${NM_TMPFOLDER}/${ditem}.disable ]; then dstatus="OFF" else dstatus="${idsCL[Green]}ON"