Skip to content

Commit

Permalink
deutsche Zeitzone erzwingen
Browse files Browse the repository at this point in the history
Signed-off-by: openhabian <openhabian@openHABian>
  • Loading branch information
openhabian authored and openhabian committed Aug 24, 2024
1 parent c88485b commit 2142e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/storm.house.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2142e5c

Please sign in to comment.