Update nodemgmt-scripts.sh
This commit is contained in:
@@ -781,7 +781,7 @@ RUN_COMMAND(){
|
|||||||
if [ "${nodetype}" == "ALL" ] || [ -z ${nodetype+x} ]; then
|
if [ "${nodetype}" == "ALL" ] || [ -z ${nodetype+x} ]; then
|
||||||
nodetype=ALL
|
nodetype=ALL
|
||||||
NT_HOSTS=ALL_HOSTS[@]
|
NT_HOSTS=ALL_HOSTS[@]
|
||||||
NTS=(${NM_NODE_TYPES[*]})
|
NTS=(${NM_NODE_TYPES[@]})
|
||||||
elif [ "${nodetype}" != "" ]; then
|
elif [ "${nodetype}" != "" ]; then
|
||||||
if [ "${NM_HOSTS[${nodetype}]}" != "" ]; then
|
if [ "${NM_HOSTS[${nodetype}]}" != "" ]; then
|
||||||
NT_HOSTS=${nodetype}_HOSTS[@]
|
NT_HOSTS=${nodetype}_HOSTS[@]
|
||||||
|
|||||||
Reference in New Issue
Block a user