From 358f2b4f450104097739bd825b3ac38c90f0df4e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:31:58 -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 2926531b..3bab328d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -774,7 +774,7 @@ RUN_COMMAND(){ while [ $# -gt 0 ]; do case "${1}" in -nt|-nodetype) nodetype=${2^^};; - -cmd) RUNCMD="${2} ${3}";; + -cmd) RUNCMD="${2}";; esac shift done