Holy Crap, NO!

This patch breaks The integrity of the plex database. Redacting
This commit is contained in:
Stian Buch Larsen 2015-07-19 10:30:38 +02:00
parent 1989dd8901
commit d6f5ee13e6

View file

@ -4,5 +4,4 @@
if [ -d "/config/Library" ]; then if [ -d "/config/Library" ]; then
find "/config/Library" \! -user abc -exec chown -h abc:abc {} \; find "/config/Library" \! -user abc -exec chown -h abc:abc {} \;
find "/config/Library" \! -group abc -exec chown -h abc:abc {} \; find "/config/Library" \! -group abc -exec chown -h abc:abc {} \;
chmod -R ug+w "/config/Library"
fi fi