diff --git a/functions/storm.house.bash b/functions/storm.house.bash index 96f8197b5..2c3071d64 100644 --- a/functions/storm.house.bash +++ b/functions/storm.house.bash @@ -460,7 +460,7 @@ install_extras() { # timezone als Java-Parameter setzen - sed -ri 's|^(EXTRA_JAVA_OPTS.*true.*)|\1\nEXTRA_JAVA_OPTS="${EXTRA_JAVA_OPTS} -Duser.timezone=Europe/Berlin"|g' "$consoleProperties" + sed -ri 's|^(EXTRA_JAVA_OPTS.*interning=true)"|\1 -Duser.timezone=Europe/Berlin"|g' "$consoleProperties" if [[ $(whoami) == "root" ]]; then if [[ ! -f /usr/local/sbin/upgrade_ems ]]; then