Update 20-folders.sh

This commit is contained in:
Alexandre
2023-09-03 10:35:21 +02:00
committed by GitHub
parent cf3b995b45
commit 36ce03bb8b

View File

@@ -66,3 +66,4 @@ mkdir -p "$LOCATION"
# Set ownership
bashio::log.info "Setting ownership to $PUID:$PGID"
chown -R "$PUID":"$PGID" "$LOCATION"
chmod -R 755 "$LOCATION"