From 6e5bc83d565ab5b7191808355ff2c945fdb92eac Mon Sep 17 00:00:00 2001 From: Diveyez Date: Mon, 12 Mar 2018 01:59:16 -0400 Subject: [PATCH] Update connect.sh --- connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.sh b/connect.sh index 0d79b5e..0cc428c 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 -dmS ovpn openvpn --config $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"