Update nodemgmt-scripts.sh

This commit is contained in:
2024-12-01 18:35:19 -06:00
parent bc5f02239e
commit be180b4203

View File

@@ -779,6 +779,7 @@ RUN_COMMAND(){
shift
done
if [ "${nodetype}" == "ALL" ] || [ -n "${nodetype}" ]; then
echo yes
nodetype=ALL
NT_HOSTS=ALL_HOSTS[@]
NTS=(${NM_NODE_TYPES[*]})