Update ownership to user 'abc' in 20-folders.sh

Change ownership of specified directories to user 'abc'.
This commit is contained in:
Alexandre
2026-07-15 17:29:54 +02:00
committed by GitHub
parent 64c7f2dd5b
commit 26c26e3668

View File

@@ -82,7 +82,7 @@ fi
ln -sfn /tmp/cache "$LOCATION/.cache"
bashio::log.info "Setting ownership to $PUID:$PGID"
chown -R "$PUID":"$PGID" "$LOCATION" /tmp/cache "$XDG_RUNTIME_DIR" /data
chown -R abc "$LOCATION" /tmp/cache "$XDG_RUNTIME_DIR" /data
chmod -R 700 "$LOCATION"
# The base init-selkies-config script overrides XDG_RUNTIME_DIR to $HOME/.XDG, which lands