From a5fc191ddf600c1079d865d6c419a047abd52f61 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 2 Aug 2025 14:21:16 +0200 Subject: [PATCH] Fix --- birdnet-go/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-go/rootfs/etc/cont-init.d/99-run.sh b/birdnet-go/rootfs/etc/cont-init.d/99-run.sh index 57aad64c4..74f9d7199 100755 --- a/birdnet-go/rootfs/etc/cont-init.d/99-run.sh +++ b/birdnet-go/rootfs/etc/cont-init.d/99-run.sh @@ -15,7 +15,7 @@ if bashio::config.has_value "ALSA_CARD"; then bashio::log.info "ALSA_CARD option set to $alsa_card" bashio::log.info "ALSA_CARD option is set to ${alsa_card}. Please ensure it is the correct card" sed -i "s/card:.*/card: ${alsa_card}/g" "$CONFIG_LOCATION" - yq -i -y ".audio.card = \"${alsa_card}\"" "${CONFIG_FILE}" + yq -i -y ".audio.card = \"${alsa_card}\"" "$CONFIG_LOCATION" fi # Adjust microphone volume if needed