Update nodemgmt-scripts.sh

This commit is contained in:
2024-05-09 10:14:00 -05:00
parent 46870d5aa0
commit 08b86f48ab

View File

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