From d5be494ff290b71b4477fdcbd5505688f93985da Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:38:19 -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 9e4c5cef..f91e10d9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -772,8 +772,8 @@ BACKUP_UNIFINVR(){ RUN_COMMAND(){ while [ $# -gt 0 ]; do + echo "HERE: $1 $2" case "${1}" in - echo "HERE: $1 $2" -nt|-nodetype) nodetype=${2^^};; -cmd) RUNCMD="${2}";; esac