From 9bd47a7d6e2f4d25af45f968d23999edf705047e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:02:52 +0200 Subject: [PATCH] Improve show timezone --- birdnet-pi/rootfs/helpers/timedatectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/helpers/timedatectl b/birdnet-pi/rootfs/helpers/timedatectl index 1c92d6666..3f8f0aa40 100644 --- a/birdnet-pi/rootfs/helpers/timedatectl +++ b/birdnet-pi/rootfs/helpers/timedatectl @@ -42,7 +42,7 @@ case "$1" in ;; esac ;; - "show --value --property=Timezone") + "show") show_timezone ;; "set-timezone")