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