From d6f5ee13e6f1f97f5f73b90b329cd3422f068f21 Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Sun, 19 Jul 2015 10:30:38 +0200 Subject: [PATCH] Holy Crap, NO! This patch breaks The integrity of the plex database. Redacting --- init/99_chown_plex_owned_files.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/init/99_chown_plex_owned_files.sh b/init/99_chown_plex_owned_files.sh index 1e3ea8f..51dd64f 100644 --- a/init/99_chown_plex_owned_files.sh +++ b/init/99_chown_plex_owned_files.sh @@ -4,5 +4,4 @@ if [ -d "/config/Library" ]; then find "/config/Library" \! -user abc -exec chown -h abc:abc {} \; find "/config/Library" \! -group abc -exec chown -h abc:abc {} \; -chmod -R ug+w "/config/Library" fi