Update services.inc

This commit is contained in:
2024-01-10 22:42:20 -06:00
parent 46a849d504
commit fb4a3a2421

View File

@@ -130,6 +130,8 @@ SERVICE_MGMT(){
# [ "${SERVICE['nodetype']}" == "" ] && SERVICE['nodetype']=
if [ "${SERVICE['nodetype']}" == "ALL" ]; then
# NT_HOSTS=${SERVICE['nodetype']}_HOSTS[@]
# NT_HOST=${SERVICE['nodetype']}_HOSTS[0]
NTS=(${NM_NODE_TYPES[*]})
elif [ "${SERVICE['nodetype']}" != "" ]; then