Update services.inc

This commit is contained in:
2023-11-18 19:06:54 -06:00
parent 80f930827c
commit 514028b691

View File

@@ -105,7 +105,7 @@ SERVICE_MGMT(){
SERVICE['node']=${1} SERVICE['node']=${1}
elif [ "${1}" == "q" ]; then elif [ "${1}" == "q" ]; then
SERVICE['node']=${1} QUIET=1
else else
echo echo
@@ -131,7 +131,7 @@ SERVICE_MGMT(){
fi fi
# [ "${SERVICE['nodetype']}" == "" ] && SERVICE['nodetype']= # [ "${SERVICE['nodetype']}" == "" ] && SERVICE['nodetype']=
if [ "${SERVICE['nodetype']}" == "all" ]; then if [ "${SERVICE['nodetype']}" == "ALL" ]; then
NTS=(${NM_NODE_TYPES[*]}) NTS=(${NM_NODE_TYPES[*]})
elif [ "${SERVICE['nodetype']}" != "" ]; then elif [ "${SERVICE['nodetype']}" != "" ]; then