Update nodemgmt-scripts.sh

This commit is contained in:
2025-07-06 13:54:37 -05:00
parent 01862edfe7
commit 304ccb2740

View File

@@ -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"