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"