chown the root of /config and files non-recursive

pull/86/head
sparklyballs 8 years ago
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…
Cancel
Save