From fd648c53b8afea1e7fe7c12c330366091601e7f0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Dec 2024 21:02:16 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[@]