diff --git a/root/etc/cont-init.d/40-plex-first-run b/root/etc/cont-init.d/40-plex-first-run index c2497c8..2267ded 100755 --- a/root/etc/cont-init.d/40-plex-first-run +++ b/root/etc/cont-init.d/40-plex-first-run @@ -56,7 +56,7 @@ if [ "${CHANGE_CONFIG_DIR_OWNERSHIP,,}" = "true" ]; then else chown -R plex:plex /config fi - chown -R /transcode + chown -R plex:plex /transcode fi # Create empty shell pref file if it doesn't exist already