mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 09:27:44 +01:00
birdnet-pi: bump version
This commit is contained in:
@@ -110,8 +110,8 @@ RUN \
|
||||
# Give access to caddy for files owned by the user, to allow files modification
|
||||
groupmod -o -g 1000 caddy && usermod -o -u 1000 caddy && \
|
||||
\
|
||||
# Give access to audio group
|
||||
groupmod -o -g 1000 audio && usermod -aG audio "$USER" && \
|
||||
# Give access to audio devices
|
||||
usermod -aG audio "$USER" && \
|
||||
\
|
||||
# Ensure always pi is used
|
||||
grep -srl "/etc/passwd" "$HOME/BirdNET-Pi/" | while IFS= read -r file; do sed -i "s=/etc/passwd=/etc/passwd | head -1=g" "$file"; done && \
|
||||
|
||||
Reference in New Issue
Block a user