chown the root of /config and files non-recursive
This commit is contained in:
parent
55e1964bf0
commit
7b95c710b1
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue