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