From d4f2f30aae592fe98ecb03b5f32c32f9a9a62761 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 19:27:27 -0500 Subject: [PATCH] Update services.inc --- inc/services.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/services.inc b/inc/services.inc index 10fb7d53..9b2c9363 100755 --- a/inc/services.inc +++ b/inc/services.inc @@ -426,7 +426,7 @@ SERVICE_MGMT(){ if [ "${NOGOCHK}" == "true" ]; then if [ ${QUIET} -eq 0 ]; then - echo -en "${NM_SRVCOPTS[${SERVICE['action']}]}ing on ${nodename} ($nip)... ${idsCL[Default]}" + echo -en "1${NM_SRVCOPTS[${SERVICE['action']}]}ing on ${nodename} ($nip)... ${idsCL[Default]}" fi checkhost=$(CHECK_HOST ${nip}) if [ "${checkhost}" != "false" ]; then @@ -485,7 +485,7 @@ SERVICE_MGMT(){ done else #no-nodetypes, standalone setup - echo -en "${NM_SRVCOPTS[${SERVICE['action']}]}ing on localhost ... ${idsCL[Default]}" + echo -en "2${NM_SRVCOPTS[${SERVICE['action']}]}ing on localhost ... ${idsCL[Default]}" if [ "${SERVICE['action']}" != "status" ]; then systemctl ${SERVICE['action']} ${srva} >/dev/null 2>&1 else