Fix symlink, add AnonVPN to provider list and remove redundant argument to dockerize
This commit is contained in:
@@ -5,6 +5,7 @@ It bundles certificates and configurations for the following VPN providers:
|
||||
| Provider Name | Config Value |
|
||||
|:-----------------------------|:-------------|
|
||||
| Anonine | `ANONINE` |
|
||||
| AnonVPN | `ANONVPN` |
|
||||
| BlackVPN | `BLACKVPN` |
|
||||
| BTGuard | `BTGUARD` |
|
||||
| Cryptostorm | `CRYPTOSTORM` |
|
||||
|
@@ -1 +1 @@
|
||||
Chicago.ovpn
|
||||
Chicago.ovpn
|
@@ -16,7 +16,7 @@ fi
|
||||
echo "Generating transmission settings.json from env variables"
|
||||
# Ensure TRANSMISSION_HOME is created
|
||||
mkdir -p ${TRANSMISSION_HOME}
|
||||
dockerize -template /etc/transmission/settings.tmpl:${TRANSMISSION_HOME}/settings.json /bin/true
|
||||
dockerize -template /etc/transmission/settings.tmpl:${TRANSMISSION_HOME}/settings.json
|
||||
|
||||
if [ ! -e "/dev/random" ]; then
|
||||
# Avoid "Fatal: no entropy gathering module detected" error
|
||||
|
Reference in New Issue
Block a user