diff --git a/birdnet-pi/rootfs/etc/cont-init.d/99-run.sh b/birdnet-pi/rootfs/etc/cont-init.d/99-run.sh index 68d3c017a..813f0b118 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/99-run.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/99-run.sh @@ -44,6 +44,9 @@ done # SET SYSTEM # ############## +# Remove services tab +sed -i '/System Controls/d' "$HOME"/BirdNET-Pi/homepage/views.php + # Set TZ if bashio::config.has_value 'TZ'; then TIMEZONE=$(bashio::config 'TZ')