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