Update mm-scripts.sh

This commit is contained in:
2023-04-22 22:35:24 -05:00
parent ae300d1982
commit a902ddbfdb

View File

@@ -529,7 +529,6 @@ MMSTOP(){
echo
echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}"
echo
#exit 0
}
MMSTATUS(){
@@ -719,7 +718,7 @@ VPNSPEEDTEST(){
else
echo -en "${idsCL[LightCyan]}Verifying media management services are stopped ... ${idsCL[Default]}"
fi
MMSTOP >/dev/null 2>&1
#MMSTOP >/dev/null 2>&1
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
echo