Fix symlink, add AnonVPN to provider list and remove redundant argument to dockerize

This commit is contained in:
Kristian Haugene
2017-11-18 15:02:14 +01:00
parent 35e9b79384
commit 44b0dee395
3 changed files with 3 additions and 2 deletions

View File

@@ -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` |

View File

@@ -1 +1 @@
Chicago.ovpn
Chicago.ovpn

View File

@@ -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