diff --git a/birdnet-pi/rootfs/helpers/timedatectl b/birdnet-pi/rootfs/helpers/timedatectl index 5a7398b65..de4e4cdf8 100644 --- a/birdnet-pi/rootfs/helpers/timedatectl +++ b/birdnet-pi/rootfs/helpers/timedatectl @@ -55,7 +55,7 @@ case "$1" in utc_time="$(date -u)" time_zone="$(show_timezone)" # Check if NTP is used - if sudo systemctl status systemd-timesyncd | grep -q "active"; then + if sudo systemctl status systemd-timesyncd | grep -q " active"; then ntp_status="yes" ntp_service="active" else