Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:14:35 -06:00
parent f71c1c6a77
commit d1ffd89a77

View File

@@ -775,10 +775,11 @@ RUN_COMMAND(){
while [ $# -gt 0 ]; do
case "${1}" in
-nt|-nodetype) nodetype=${2^^};;
*) RUNCMD="${1} ";;
*) RUNCMD="${RUNCMD}${1} ";;
esac
shift
done
echo "NODETYPE=${nodetype}"
echo "${RUNCMD}"
# for NTYPE in "${NM_NODE_TYPES[@]}"; do