Update 30-monitoring.sh

This commit is contained in:
Alexandre
2024-10-12 08:34:44 +02:00
committed by GitHub
parent 4e87888b8a
commit d51f12199d

View File

@@ -12,7 +12,10 @@ echo "$(log_green "Starting service: throttlerecording")"
touch "$HOME/BirdSongs/StreamData/analyzing_now.txt"
# Read configuration
set -u
source /config/birdnet.conf 2>/dev/null
set +u
# Set constants
srv="birdnet_recording"
srv2="birdnet_analysis"