Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex issue in docker-run.sh for VALIDATOR_URL #2936

Closed
redsux opened this issue Apr 20, 2017 · 2 comments
Closed

Regex issue in docker-run.sh for VALIDATOR_URL #2936

redsux opened this issue Apr 20, 2017 · 2 comments

Comments

@redsux
Copy link
Contributor

redsux commented Apr 20, 2017

Hello,

I just tried to set VALIDATOR_URL when running your container and it appears that docker-run.sh don't match your regex line 42 sed -i "s|\(url: url,.*\).

There is a useless "url" string, a little fix : sed -i "s|\(url: .*,\)

Rergards,
Red

@fehguy
Copy link
Contributor

fehguy commented Apr 20, 2017

@redsux please send a pr and we'll get it merged

@redsux
Copy link
Contributor Author

redsux commented Apr 21, 2017

@fehguy : Done, pr #2950

fehguy added a commit that referenced this issue Apr 21, 2017
Fix issue #2936 : docker and VALIDATOR_URL variable
@shockey shockey closed this as completed Feb 8, 2018
@lock lock bot locked and limited conversation to collaborators Jul 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants