Files
gluetun/script.sh
2018-03-31 21:26:17 -04:00

8 lines
174 B
Bash

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