chown the root of /config and files non-recursive

This commit is contained in:
sparklyballs 2017-01-12 23:01:09 +00:00
parent 55e1964bf0
commit 7b95c710b1

View File

@ -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/*