Update mm-scripts.sh

This commit is contained in:
2023-03-25 11:10:17 -05:00
parent d45041dde2
commit 751cc0d18f

View File

@@ -461,7 +461,8 @@ MMSTATUS(){
c=0; spc=''
spc1=$((${cw_spc}-${#MM_SERVICES[${srvc}]}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en " ${idsCL[White]}${MM_SERVICES[${srvc}]}$spc: ${idsCL[Default]}"
dispname="${MM_SERVICES[${srvc}]/(/${idsCL[LightCyan]}(}"
echo -en " ${idsCL[White]}${dispname}$spc: ${idsCL[Default]}"
if [ "$(systemctl is-active ${srvc})" != "active" ] && [ "${srvc}" != "wireguard" ]; then
if [ -f ${MMFOLDER}/mm.noservices ]; then