From c691b3578beee1e927f599cadfa2ad95ae090810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Mon, 29 Jan 2024 11:12:25 +0100 Subject: [PATCH] Update startup.sh Co-authored-by: Reinout van Rees --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 8c3317c..7de7444 100755 --- a/startup.sh +++ b/startup.sh @@ -113,7 +113,7 @@ if [ "${POSTGRES_JNDI_ENABLED}" = "true" ]; then # Use a custom "web.xml" if the user mounted one into the container if [ -d "${CONFIG_OVERRIDES_DIR}" ] && [ -f "${CONFIG_OVERRIDES_DIR}/web.xml" ]; then echo "Installing configuration override for web.xml with substituted environment variables" - envsubst < "${CONFIG_OVERRIDES_DIR}"/web.xml > "$CATALINA_HOME/webapps/geoserver/WEB-INF/web.xml" + envsubst < "${CONFIG_OVERRIDES_DIR}"/web.xml > "${CATALINA_HOME}/webapps/geoserver/WEB-INF/web.xml" fi fi