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