This commit is contained in:
2023-07-03 23:54:38 -05:00
parent 3b549286c9
commit 23082b4429
2 changed files with 2 additions and 2 deletions

View File

@@ -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