Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:29:56 -06:00
parent e2ef24cf78
commit 6df7ce5ab8

View File

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