Update 99-run.sh

This commit is contained in:
Alexandre
2025-08-04 10:40:34 +02:00
committed by GitHub
parent 2b88a7c128
commit 9a6e453e08

View File

@@ -64,10 +64,6 @@ if [ -n "${ALSA_CARD:-}" ]; then
done
fi
# Give permission to group audio
bashio::log.info "Adding user to audio group"
usermod -aG audio pi || true
# Fix timezone as per installer
CURRENT_TIMEZONE="$(timedatectl show --value --property=Timezone)"
[ -f /etc/timezone ] && echo "$CURRENT_TIMEZONE" | sudo tee /etc/timezone > /dev/null