Hopefully way faster chmodding

This commit is contained in:
Stian Buch Larsen 2015-07-19 23:54:53 +02:00
parent cccc8b4c49
commit 9690b5c57b

View File

@ -2,8 +2,6 @@
if [ -d "/config/Library" ]; then
find "/config/Library" \! -user abc -exec chown -hv abc:abc {} \;
find "/config/Library" \! -group abc -exec chown -hv abc:abc {} \;
find "/config/Library/Application Support/Plex Media Server/Plug-ins"
find /config/Library ! \( -user abc -a -group abc \) -exec chown -hv abc:abc {}
fi