mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -7,6 +7,12 @@ set -e
|
|||||||
PUID=$(bashio::config "PUID")
|
PUID=$(bashio::config "PUID")
|
||||||
PGID=$(bashio::config "PGID")
|
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
|
# Check data location
|
||||||
LOCATION=$(bashio::config 'data_location')
|
LOCATION=$(bashio::config 'data_location')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user