diff --git a/mm-scripts.sh b/mm-scripts.sh index 2a2a62d..f9584ff 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -647,7 +647,7 @@ MMSTATUS(){ if ([ "${MM_SERVICE_PORTS[${srvc}]}" != "" ] && [ "${checkport}" != "" ]) || [ "${MM_SERVICE_PORTS[${srvc}]}" == "" ]; then [[ ${srvc} == *"wireguard"* ]] && echo -e "${idsCL[Green]}Running${idsCL[Default]}" || echo -e "${idsCL[Green]}Running ${idsCL[Cyan]}(Port: ${MM_SERVICE_PORTS[${srvc}]})${idsCL[Default]}" elif [ "${checkport}" == "" ]; then - echo -e "${idsCL[LightMagenta]}Service Running, Web Port: ${MM_SERVICE_PORTS[${srvc}]}, Not Accesible${idsCL[Default]}" + echo -e "${idsCL[LightMagenta]}Service Running, Web Port: (${MM_SERVICE_PORTS[${srvc}]}) Not Accesible${idsCL[Default]}" fi if [[ ${srvc} == *"vpn"* ]] || [[ ${srvc} == *"wireguard"* ]]; then