Update mm-scripts.sh

This commit is contained in:
2022-03-26 19:02:52 -05:00
parent 123e0003db
commit be9b138c5a

View File

@@ -26,7 +26,7 @@ MMSTART(){
if [ "${action}" = "start" ]; then
mmsv='Starting'
echo -e "${idsCL[Green]}Starting System... ${idsCL[Default]}"
#"${VPN_START[@]}"
"${VPN_START[@]}"
elif [ "${action}" = "stop" ]; then
mmsv='Stopping'
echo -e "${idsCL[Green]}Stopping System... ${idsCL[Default]}"