Update nodemgmt-scripts.sh

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

View File

@@ -772,9 +772,10 @@ BACKUP_UNIFINVR(){
RUN_COMMAND(){
while [ $# -gt 0 ]; do
case ${1} in
case "${1}" in
echo "HERE: $1 $2"
-nt|-nodetype) nodetype=${2^^};;
-cmd) RUNCMD=${2};;
-cmd) RUNCMD="${2}";;
esac
shift
done