redhat-cop/containers-quickstarts

Re-order options so that when env var is undefined it will not fail the script

Closed this issue · 2 comments

Having the ${SONARQUBE_WEB_JVM_OPTS} BEFORE the other options means that if that env is not set, then the application will fail to start because of the extra space between the = and the next parameter. We should re-order so that the static options are before the environment var and then the problem will be resolved.

-Dsonar.web.javaAdditionalOpts="${SONARQUBE_WEB_JVM_OPTS} -Djava.security.egd=file:/dev/./urandom" \

stale commented

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Superseded by #283