From 23082b44299a1c0fba471139009e6e614782836d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 3 Jul 2023 23:54:38 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/status.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index b69146ea..67e79bc7 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ -VERS='4.8.3-07032023' +VERS='4.8.4-07032023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/status.inc b/inc/status.inc index 9f902081..357074c1 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -186,7 +186,7 @@ STATUS(){ else spc=' ' fi - echo -en " ${NM_SERVICE_DESC[${srvc}]}(${srvc})${spc}: " + echo -en " ${NM_SERVICE_DESC[${srvc}]}${spc}: " fi if [ "${srvctst[$sr]}" != "active" ] && [ "${srvc}" == "mysql" ]; then [ "$(${NCMD} systemctl is-active mariadb)" == "active" ] && mysqlgo=true || mysqlgo=false