Define timezone for php

https://github.com/alexbelgium/hassio-addons/issues/1664
This commit is contained in:
Alexandre
2025-04-06 09:31:58 +02:00
committed by GitHub
parent 4667791146
commit 3d40cb6260

View File

@@ -4,6 +4,9 @@
# Correct /config permissions after startup
chown pi:pi /config
TZ_VALUE="$(timedatectl show -p Timezone --value)"
export TZ="$TZ_VALUE"
# Waiting for dbus
until [[ -e /var/run/dbus/system_bus_socket ]]; do
sleep 1s