From 61acdaa3dc861c83763a2e0139f3e4c5924a2ecc Mon Sep 17 00:00:00 2001 From: Diveyez Date: Mon, 12 Mar 2018 01:59:37 -0400 Subject: [PATCH] Update connect.sh --- connect.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"