From 25525da40aebd84ee051df1244fbf7d39018d83f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:56:45 +0200 Subject: [PATCH] Update 03_throttlerecording --- birdnet-pi/rootfs/custom-services.d/03_throttlerecording | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/birdnet-pi/rootfs/custom-services.d/03_throttlerecording b/birdnet-pi/rootfs/custom-services.d/03_throttlerecording index 614c9000d..20cd65715 100644 --- a/birdnet-pi/rootfs/custom-services.d/03_throttlerecording +++ b/birdnet-pi/rootfs/custom-services.d/03_throttlerecording @@ -7,6 +7,10 @@ echo "Starting service: throttlerecording" touch "$HOME"/BirdSongs/StreamData/analyzing_now.txt +# Avoid unbound errors +set +u +source /config/birdnet.conf + srv="birdnet_recording" analyzing_now="." counter=10