diff --git a/mm-scripts.sh b/mm-scripts.sh index 9cd47d1..5eec15d 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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