Update services.inc

This commit is contained in:
2024-01-16 22:20:28 -06:00
parent ec39658ca9
commit 311443ae78

View File

@@ -131,7 +131,7 @@ SERVICE_MGMT(){
if [ "${SERVICE['nodetype']}" == "ALL" ]; then
# NT_HOSTS=${SERVICE['nodetype']}_HOSTS[@]
NT_HOST=${RNIP}
NT_HOST=RNIP
NTS=(${NM_NODE_TYPES[*]})
elif [ "${SERVICE['nodetype']}" != "" ]; then