Update nodemgmt-scripts.sh

This commit is contained in:
2025-02-08 14:46:48 -06:00
parent 87fb21b601
commit 98fd5df3da

View File

@@ -774,7 +774,7 @@ RUN_COMMAND(){
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
case "${1}" in case "${1}" in
-nt) nodetype=${2^^};; -nt) nodetype=${2^^};;
-cmd) RUNCMD="${2}";; -cmd|-c) RUNCMD="${2}";;
esac esac
shift shift
done done