From 2142e5cc0bae87189bac0169df93ae4184fe5ea4 Mon Sep 17 00:00:00 2001 From: openhabian Date: Sat, 24 Aug 2024 12:49:23 +0200 Subject: [PATCH] deutsche Zeitzone erzwingen Signed-off-by: openhabian --- functions/storm.house.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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