Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:31:58 -06:00
parent f2dc978d67
commit 358f2b4f45

View File

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