Re-order options so that when env var is undefined it will not fail the script
InfoSec812 opened this issue · 2 comments
InfoSec812 commented
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.
containers-quickstarts/sonarqube/run.sh
Line 27 in ecb424d
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.
InfoSec812 commented
Superseded by #283