Files
gluetun/script.sh
Quentin McGaw 244ad9bb40 Initial commit
2018-02-06 21:57:41 -05:00

8 lines
178 B
Bash

#!/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