From be180b420396681ec3c8a37fcc1abcfec9e60329 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:35:19 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e4e647bd..8d77f6e3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -779,6 +779,7 @@ RUN_COMMAND(){ shift done if [ "${nodetype}" == "ALL" ] || [ -n "${nodetype}" ]; then + echo yes nodetype=ALL NT_HOSTS=ALL_HOSTS[@] NTS=(${NM_NODE_TYPES[*]})