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