Add user to audio

This commit is contained in:
Alexandre
2025-08-04 08:44:14 +02:00
committed by GitHub
parent a30b70a4ed
commit a9dff686f7

View File

@@ -27,6 +27,10 @@ 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 #
########################