Skip to content

Commit a5fc191

Browse files
authored
Fix
1 parent de930af commit a5fc191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

birdnet-go/rootfs/etc/cont-init.d/99-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if bashio::config.has_value "ALSA_CARD"; then
1515
bashio::log.info "ALSA_CARD option set to $alsa_card"
1616
bashio::log.info "ALSA_CARD option is set to ${alsa_card}. Please ensure it is the correct card"
1717
sed -i "s/card:.*/card: ${alsa_card}/g" "$CONFIG_LOCATION"
18-
yq -i -y ".audio.card = \"${alsa_card}\"" "${CONFIG_FILE}"
18+
yq -i -y ".audio.card = \"${alsa_card}\"" "$CONFIG_LOCATION"
1919
fi
2020

2121
# Adjust microphone volume if needed

0 commit comments

Comments
 (0)