Initial commit

This commit is contained in:
Quentin McGaw
2018-02-06 21:57:41 -05:00
parent 1dffec8c48
commit 244ad9bb40
6 changed files with 99 additions and 2 deletions

8
script.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
if [ ! -f "/pia/auth.conf" ]]; then
echo "File auth.conf was not found, aborting !"
exit 1
fi
openvpn --config "$REGION".ovpn --auth-user-pass auth.conf