From 39eb3aef00f2c16cc57ecf7368c2f009b27bd340 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 23:53:16 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 427da348..9f902081 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -69,7 +69,7 @@ STATUS(){ else spc=' ' fi - echo -en " ${NM_SERVICE_DESC[${srvc}]}(${srvc})${spc}: " + echo -en " ${NM_SERVICE_DESC[${srvc}]}${spc}: " fi if [ "$(systemctl is-active ${srvc})" != "active" ]; then @@ -186,7 +186,7 @@ STATUS(){ else spc=' ' fi - echo -en " ${NM_SERVICE_DESC[${srvc}]}$spc: " + echo -en " ${NM_SERVICE_DESC[${srvc}]}(${srvc})${spc}: " fi if [ "${srvctst[$sr]}" != "active" ] && [ "${srvc}" == "mysql" ]; then [ "$(${NCMD} systemctl is-active mariadb)" == "active" ] && mysqlgo=true || mysqlgo=false