Update mm-scripts.sh

This commit is contained in:
2025-11-21 22:51:45 -06:00
parent 0c8c21786a
commit 55e7fe8177

View File

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