mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Add user to audio
This commit is contained in:
@@ -27,6 +27,10 @@ if command -v amixer > /dev/null 2> /dev/null; then
|
|||||||
fi || true
|
fi || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Give permission to group audio
|
||||||
|
bashio::log.info "Adding user to audio group"
|
||||||
|
usermod -aG audio "$USER" || true
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# CONFIGURE birdnet-go #
|
# CONFIGURE birdnet-go #
|
||||||
########################
|
########################
|
||||||
|
|||||||
Reference in New Issue
Block a user