-
Notifications
You must be signed in to change notification settings - Fork 430
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: unbound variable #160
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
Comments
@mikenowak would you mind providing a bit more details about how this can be reproduced? |
@michaelklishin hi, and sorry about that. Basically I am suspecting that the problem is with this line:
that in my case gets evaluated as:
Mind the double quotes twice over there. In case you need it, here is how I start the container:
Let me know if you need anything else. |
Doh, excellent catch -- I'll submit a fix ASAP. |
@mikenowak thank you. |
It appears that this is caused by #159
++ erl -eval 'io:format("~p", [code:lib_dir(ssl, ebin)]),halt().' -noshell
/docker-entrypoint.sh: line 401: RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: unbound variable
The text was updated successfully, but these errors were encountered: