From 0e5799f410075b004798e2132c19d456c882f8fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Dec 2024 21:06:47 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1645c433..739b0e19 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -780,11 +780,11 @@ 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[@] + # NT_HOSTS=${nodetype}_HOSTS[@] NTS=("${nodetype}"); else echo -e "${idsCL[Red]}"${nodetype}" is an unknown NodeType.${idsCL[Default]}\n"