From ffb1f965d57b35206ea97131249961d9bff74d25 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 27 Oct 2025 15:58:44 +0100 Subject: [PATCH] Update docker-entrypoint.sh Catalina does not start because the newline at the end of the file is missing and thus `bash` does not execute the last command. --- openmaint-2.4-4.1.0/files/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmaint-2.4-4.1.0/files/docker-entrypoint.sh b/openmaint-2.4-4.1.0/files/docker-entrypoint.sh index 15ccf38..5f075f8 100644 --- a/openmaint-2.4-4.1.0/files/docker-entrypoint.sh +++ b/openmaint-2.4-4.1.0/files/docker-entrypoint.sh @@ -30,4 +30,4 @@ echo "Init DB" #su tomcat #echo "RUN catalina" -exec $CATALINA_HOME/bin/catalina.sh run \ No newline at end of file +exec $CATALINA_HOME/bin/catalina.sh run