Update 20-folders.sh

This commit is contained in:
Alexandre
2025-01-29 15:43:36 +01:00
committed by GitHub
parent 35022eace5
commit 07456b50b7

View File

@@ -7,6 +7,12 @@ set -e
PUID=$(bashio::config "PUID")
PGID=$(bashio::config "PGID")
# Set user for microsoft edge if available
if [ -f /usr/bin/microsoft-edge-real ]; then
chown "$PUID:$PGID" /usr/bin/microsoft-edge*
chmod +x /usr/bin/microsoft-edge*
fi
# Check data location
LOCATION=$(bashio::config 'data_location')