We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de930af commit a5fc191Copy full SHA for a5fc191
birdnet-go/rootfs/etc/cont-init.d/99-run.sh
@@ -15,7 +15,7 @@ if bashio::config.has_value "ALSA_CARD"; then
15
bashio::log.info "ALSA_CARD option set to $alsa_card"
16
bashio::log.info "ALSA_CARD option is set to ${alsa_card}. Please ensure it is the correct card"
17
sed -i "s/card:.*/card: ${alsa_card}/g" "$CONFIG_LOCATION"
18
- yq -i -y ".audio.card = \"${alsa_card}\"" "${CONFIG_FILE}"
+ yq -i -y ".audio.card = \"${alsa_card}\"" "$CONFIG_LOCATION"
19
fi
20
21
# Adjust microphone volume if needed
0 commit comments