Update nodemgmt-scripts.sh

This commit is contained in:
2024-05-09 10:15:04 -05:00
parent 08b86f48ab
commit 7fef8b20cf

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-Host1.down ]); then
dstatus="OFF"
else
dstatus="${idsCL[Green]}ON"