From b7b0b8d5608c5126c31aaf5343807f64dc17ef01 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 31 May 2024 20:55:36 +0200 Subject: [PATCH] Update 71-newfeatures.sh --- birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh | 4 ++++ 1 file changed, 4 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 a3006f679..87b68ac76 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh @@ -117,4 +117,8 @@ if ! grep -q "Converted" "$HOME"/BirdNET-Pi/homepage/views.php; then fi fi +# Enable the Processed folder +echo "... Enabling the Processed folder : the last 15 wav files will be stored there" +"$PYTHON_VIRTUAL_ENV" /helpers/addition_processed.py + echo " "