From 98fd5df3dabd0c55daeef09bca22b22d4e747dec Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 14:46:48 -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 2adfb44f..4767cf70 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -774,7 +774,7 @@ RUN_COMMAND(){ while [ $# -gt 0 ]; do case "${1}" in -nt) nodetype=${2^^};; - -cmd) RUNCMD="${2}";; + -cmd|-c) RUNCMD="${2}";; esac shift done