diff --git a/plex/root/etc/cont-init.d/21-folders b/plex/root/etc/cont-init.d/21-folders new file mode 100644 index 000000000..0abf21966 --- /dev/null +++ b/plex/root/etc/cont-init.d/21-folders @@ -0,0 +1,11 @@ +#!/usr/bin/with-contenv bash + +################## +# SYMLINK CONFIG # +################## + +if [ /share/plex/Library ]; then + echo "Using existing Library folder" + rm /config/Library + ln -s /share/plex/Library /config +fi