From 6df7ce5ab8aea7625685cd6d5a597937a1c8519a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:29:56 -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 979ffc58..97d9dfd3 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}";; + -cmd) RUNCMD="${2} ${3}";; esac shift done