Skip to content

Commit

Permalink
Don't lose the user JAVA_OPTS, remove old sun.net.inetadr.ttl option
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored Jan 21, 2025
1 parent 20c8d90 commit 838ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docker/usr/local/tomcat/bin/docker-start-print
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
export JAVA_OPTS="--add-opens=java.desktop/sun.awt.image=ALL-UNNAMED -Dsun.net.inetaddr.ttl=30"
export JAVA_OPTS="--add-opens=java.desktop/sun.awt.image=ALL-UNNAMED ${JAVA_OPTS}"

cd /usr/local/tomcat/webapps/ROOT
PG_LIB=$(find WEB-INF/lib -name "postgresql-*")
Expand Down

0 comments on commit 838ce9b

Please sign in to comment.