From 77934e32c8d676640066d9b9bfc0090f1f2314c9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:45:00 -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 dee172d2..15057f02 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=${2^^};; -cmd) RUNCMD="${2}";;