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