From 0a936ccabb95b651f8c7a844110e2ba0dd2a5b38 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:41:25 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f91e10d9..bc50186c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -772,7 +772,6 @@ BACKUP_UNIFINVR(){ RUN_COMMAND(){ while [ $# -gt 0 ]; do - echo "HERE: $1 $2" case "${1}" in -nt|-nodetype) nodetype=${2^^};; -cmd) RUNCMD="${2}";;