diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 47fe28c6..242f2728 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-Host1.down ]); then dstatus="OFF" else dstatus="${idsCL[Green]}ON"