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}";;