Use 700 as permissions

This commit is contained in:
Alexandre
2025-02-20 10:36:02 +01:00
committed by GitHub
parent c90c35a73e
commit e3bc715239

View File

@@ -80,4 +80,4 @@ ln -sf /config/.cache /.cache
# Set ownership
bashio::log.info "Setting ownership to $PUID:$PGID"
chown -R "$PUID":"$PGID" "$LOCATION"
chmod -R 755 "$LOCATION"
chmod -R 700 "$LOCATION"