Fixed issue with default.ovpn stopping container from running

container was being stopped due to sed not liking default.ovpn symlink. Updated so that sed skipped this symlink. container was then also being stopped due to updateConfigs.sh script erroring if default.ovpn existed when trying to create symlink. Added option 'f' so that the symlink would be recreated even if existed
This commit is contained in:
Tom Humphrey
2019-03-26 12:18:29 +00:00
parent f4c9cf50f7
commit aaab2f0155
2 changed files with 10 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \
OPENVPN_PROVIDER=**None** \
NORDVPN_COUNTRY= \
NORDVPN_PROTOCOL=TCP \
NORDVPN_PROTOCOL=UDP \
NORDVPN_CATEGORY=P2P \
GLOBAL_APPLY_PERMISSIONS=true \
TRANSMISSION_ALT_SPEED_DOWN=50 \