mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-13 13:19:09 +02:00
Update ownership to user 'abc' in 20-folders.sh
Change ownership of specified directories to user 'abc'.
This commit is contained in:
@@ -82,7 +82,7 @@ fi
|
|||||||
ln -sfn /tmp/cache "$LOCATION/.cache"
|
ln -sfn /tmp/cache "$LOCATION/.cache"
|
||||||
|
|
||||||
bashio::log.info "Setting ownership to $PUID:$PGID"
|
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"
|
chmod -R 700 "$LOCATION"
|
||||||
|
|
||||||
# The base init-selkies-config script overrides XDG_RUNTIME_DIR to $HOME/.XDG, which lands
|
# The base init-selkies-config script overrides XDG_RUNTIME_DIR to $HOME/.XDG, which lands
|
||||||
|
|||||||
Reference in New Issue
Block a user