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

JAVA_OPTS is not JAVA_OPTS #41

Open
Poil opened this issue Jun 2, 2021 · 1 comment
Open

JAVA_OPTS is not JAVA_OPTS #41

Poil opened this issue Jun 2, 2021 · 1 comment

Comments

@Poil
Copy link

Poil commented Jun 2, 2021

Hi,

I think we are missing in this block JAVA_OPTS=

{% if instance.java_opts is defined %}
{% for java_opt in instance.java_opts %}
JAVA_OPTS="{{ java_opt.name }}={{ java_opt.value }} ${JAVA_OPTS}"
{% endfor %}
{% endif %}
@marcin-github
Copy link

Robert, what do you think about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants