From 55e7fe8177676e8a3920dde9b05ae68314433176 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 21 Nov 2025 22:51:45 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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