From ac8c1c07630bcf7a52da1d5a38e3e54ce139fafb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:00:41 +0200 Subject: [PATCH] Update 71-newfeatures.sh --- birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh b/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh index 042369810..ebcb7c83d 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh @@ -80,6 +80,8 @@ if ! grep -q "Converted" "$HOME"/BirdNET-Pi/homepage/views.php; then fi fi +exit 0 + # Enable the Processed folder if ! grep -q "Processed_Files" "$HOME"/BirdNET-Pi/scripts/birdnet_analysis.py; then echo "... Enabling the Processed folder : the last 15 wav files will be stored there"