From 03e9ad44329c826b8144fac0943659610b32e1e1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 May 2024 15:03:01 +0200 Subject: [PATCH] Update 71-newfeatures.sh --- birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh | 1 + 1 file changed, 1 insertion(+) 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 cfef4efaa..309cfd615 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh @@ -66,6 +66,7 @@ if bashio::config.true "SPECIES_CONVERTER"; then # Modify views.php if not already done if ! grep -q "Converted" "$HOME"/BirdNET-Pi/homepage/views.php; then # Add button + # shellcheck disable=SC2016 sed -i '/Excluded Species List/a\ ' "$HOME"/BirdNET-Pi/homepage/views.php # Flag to indicate whether we've found the target line found_target=false