From d58a9e9118358eea1e6464cbe04aebb6ce7883b3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Apr 2025 09:35:00 +0200 Subject: [PATCH] Update 30-monitoring.sh --- birdnet-pi/rootfs/custom-services.d/30-monitoring.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index 3bfa9185b..7b9c1a817 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -232,6 +232,9 @@ check_services() { ######################################## # Main Monitoring Loop ######################################## +TZ_VALUE="$(timedatectl show -p Timezone --value)" +export TZ="$TZ_VALUE" + while true; do sleep 61 log_blue "----------------------------------------"