Fix symlink, add AnonVPN to provider list and remove redundant argument to dockerize
This commit is contained in:
@@ -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