link-it / govway-docker

Docker image for GovWay
GNU General Public License v3.0
7 stars 5 forks source link

Wrong entrypoint.sh exit code if GOVWAY_DEFAULT_ENTITY_NAME is not defined #11

Closed agtogna closed 3 weeks ago

agtogna commented 3 weeks ago

If the env variable GOVWAY_DEFAULT_ENTITY_NAME is not set, both entrypoint.sh (tomcat and wildfly) print out a "FATAL" error and then exit, but with exit code "0". The exit code should be "1", as with later "FATAL" errors.