mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-15 21:16:02 +02:00
Trying to fix bug with space value for REGION
This commit is contained in:
+1
-1
@@ -10,5 +10,5 @@ printf "DONE\nStarting Unbound to connect to Cloudflare DNS 1.1.1.1 at its TLS e
|
||||
unbound
|
||||
printf "DONE\nStarting OpenVPN using $PROTOCOL with $ENCRYPTION encryption\n"
|
||||
cd /openvpn-$PROTOCOL-$ENCRYPTION
|
||||
openvpn --config $REGION.ovpn --auth-user-pass /auth.conf
|
||||
openvpn --config "$REGION.ovpn" --auth-user-pass /auth.conf
|
||||
printf "\n\nExiting..."
|
||||
|
||||
Reference in New Issue
Block a user