diff --git a/mm-scripts.sh b/mm-scripts.sh index d98513f..06f0c57 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -24,7 +24,7 @@ MMSTART(){ if [ "${1}" = "start" ]; then mmsv='Starting' echo - echo -en "${idsCL[Green]}Starting the VPN Tunnel ... ${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}Starting the VPN Tunnel ... ${idsCL[Default]}" "${VPN_START[@]}" else mmsv='Verifying'