Update nodemgmt-scripts.sh
This commit is contained in:
@@ -735,7 +735,7 @@ DOWNLIST(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
MAINTENANCE_MODE(){
|
MAINTENANCE_MODE(){
|
||||||
if [ "${NM_NODETYPES[${1^^}]}" != "" ]; then
|
if [ "${1}" ] && [ "${NM_NODETYPES[${1^^}]}" != "" ]; then
|
||||||
ntss=${1^^}
|
ntss=${1^^}
|
||||||
ntypesel=(${ntss})
|
ntypesel=(${ntss})
|
||||||
STATUS_ACTION=${2}
|
STATUS_ACTION=${2}
|
||||||
|
|||||||
Reference in New Issue
Block a user