diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c2fd6380..699bd8e6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -780,8 +780,8 @@ RUN_COMMAND(){ done if [ "${nodetype}" == "ALL" ] || [ -z ${nodetype+x} ]; then nodetype=ALL - NT_HOSTS=ALL_HOSTS[@] - NTS=(${NM_NODE_TYPES[@]}) + # NT_HOSTS=ALL_HOSTS[@] + NTS=(${NM_NODE_TYPES[*]}) elif [ "${nodetype}" != "" ]; then if [ "${NM_HOSTS[${nodetype}]}" != "" ]; then NT_HOSTS=${nodetype}_HOSTS[@]