Update services.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user