diff --git a/mm-scripts.sh b/mm-scripts.sh index 2b175b1..2fbf8e4 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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]}"