From aec704a874036659c2bb1747ebc5e0fa9a0ad18e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Dec 2024 22:19:34 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 47463d8b..6a449889 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[@]