mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-04-13 00:04:33 +08:00
chown the root of /config and files non-recursive
This commit is contained in:
parent
55e1964bf0
commit
7b95c710b1
@ -14,3 +14,8 @@ if [ ! "$(stat -c %u /config/Library)" = "$PUID" ]; then
|
||||
chown abc:abc -R \
|
||||
/config/Library
|
||||
fi
|
||||
|
||||
# permissions (non-recursive) on config root and folders
|
||||
chown abc:abc \
|
||||
/config \
|
||||
/config/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user