Open JGJones opened 3 years ago
Same!
As a workaround I removed the OPENVPN_PROVIDER to use the latest downloads config file (which then does not trigger the configure-openvpn.sh
file)
same issue here:
/var/run/s6/etc/cont-init.d/02-setup-openvpn: /etc/openvpn/nordvpn/configure-openvpn.sh: line 88: syntax error: unexpected "(" (expecting "}")
@guillaumedsde - This is still happening - any leads on a fix?
Thank you so much!
Getting the same thing here
Got the same bug here and did the same workaround as @JonDror
@Guear at some point that will no longer work.. I reverted to the build @JGJones suggested in my docker compose:
image: guillaumedsde/alpine-qbittorrent-openvpn:305151e
so a new file will be retrieved.
@Guear at some point that will no longer work.. I reverted to the build @JGJones suggested in my docker compose:
image: guillaumedsde/alpine-qbittorrent-openvpn:305151e
so a new file will be retrieved.
Yep you're right @JonDror . Will try this previous build.
i've just resolved in my pull request https://github.com/guillaumedsde/alpine-qbittorrent-openvpn/pull/98
The last update in the repository https://github.com/haugene/vpn-configs-contrib causes this issue.
Thanks @ezruneko - Looks like this is just waiting to be merged..
Information
Syntax error (line 88) in nordvpn script, so container fails to start.
docker container logs
shows the container exits after encountering the error:Current setup
python
,latest
,32242d1
...)docker-compose.yml
file ordocker run
commandhow did you start the container? (don't forget to use backticks for creating a proper code block)
docker-compose up -d
Attempted Fix(es)
What you have tried in order to fix the issue (if anything)
Reverted to a previous docker image build (hash: ea390b2b5915, tag: 305151e) and modified docker-compose.yml file to use the tag 305151e. Container runs as expected.