Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:41:25 -06:00
parent a33e7ce2db
commit 0a936ccabb

View File

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