This commit is contained in:
Alexandre
2025-08-04 22:20:31 +02:00
committed by GitHub
parent 3d0b2610d7
commit 8b52a0c06d

View File

@@ -27,10 +27,6 @@ if command -v amixer > /dev/null 2> /dev/null; then
fi || true
fi
# Give permission to group audio
bashio::log.info "Adding user to audio group"
usermod -aG audio "$USER" || true
########################
# CONFIGURE birdnet-go #
########################