Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user