This patch breaks The integrity of the plex database. Redacting
@ -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