From 79ab8784c2e03aa12a9f8f9f664c50452e0ab897 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 1 May 2024 08:28:11 +0200 Subject: [PATCH] Update 31-checks.sh --- birdnet-pi/rootfs/etc/cont-init.d/31-checks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birdnet-pi/rootfs/etc/cont-init.d/31-checks.sh b/birdnet-pi/rootfs/etc/cont-init.d/31-checks.sh index c1a4532bb..188e0ba6c 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/31-checks.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/31-checks.sh @@ -36,3 +36,5 @@ if [[ "$(bashio::addon.port "80")" == 3000 ]]; then bashio::log.fatal "This is crazy but your port is set to 3000 and streamlit doesn't accept this port! You need to change it from the addon options and restart. Thanks" sleep infinity fi + +echo " "