diff --git a/connect.sh b/connect.sh index 0cc428c..2977b62 100644 --- a/connect.sh +++ b/connect.sh @@ -2,5 +2,5 @@ # OPENVPN OTG CONNECT SCRIPT echo "Where is the .ovpn config file?: (/path/to/file.ovpn)" read fileloc -sudo screen -d -m -S ovpn openvpn --config $fileloc -echo "Done, you should be connected, to end the connection, screen -x ovpn and ctrl+c" +sudo screen -d -m -S vpn openvpn --config $fileloc +echo "Done, you should be connected, to end the connection, screen -x vpn and ctrl+c"