Update nodemgmt-scripts.sh
This commit is contained in:
@@ -964,7 +964,7 @@ DOWNLIST(){
|
|||||||
|
|
||||||
if [[ "${NM_IGNOREHOSTS_IFDOWN}" = *"${host}"* ]]; then
|
if [[ "${NM_IGNOREHOSTS_IFDOWN}" = *"${host}"* ]]; then
|
||||||
dstatus="IGNORED"
|
dstatus="IGNORED"
|
||||||
elif [ -f ${NM_TMPFOLDER}/${ditem}.disable ]
|
elif [ -f ${NM_TMPFOLDER}/${ditem}.disable ]; then
|
||||||
dstatus="OFF"
|
dstatus="OFF"
|
||||||
else
|
else
|
||||||
dstatus="${idsCL[Green]}ON"
|
dstatus="${idsCL[Green]}ON"
|
||||||
|
|||||||
Reference in New Issue
Block a user