Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:38:19 -06:00
parent 0357df5558
commit d5be494ff2

View File

@@ -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