From 0f5e2a294c8c4f0814d86e3bea2274d8b67aa7fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:36:36 -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 42cdc56c..2771df7a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -778,7 +778,7 @@ RUN_COMMAND(){ esac shift done - if [ "${nodetype}" == "ALL" ] || [ -n "${nodetype}" ]; then + if [ "${nodetype}" == "ALL" ] || [ -n ${nodetype} ]; then echo yes nodetype=ALL NT_HOSTS=ALL_HOSTS[@]