diff --git a/plex/rootfs/etc/cont-init.d/90-create_links.sh b/plex/rootfs/etc/cont-init.d/90-create_links.sh index ebd9c7be1..b9cec1f13 100755 --- a/plex/rootfs/etc/cont-init.d/90-create_links.sh +++ b/plex/rootfs/etc/cont-init.d/90-create_links.sh @@ -9,7 +9,6 @@ if [ ! -d /share/plex ]; then mkdir -p /share/plex fi -mkdir -p /config/Library if [ ! -d /share/plex/Library ]; then echo "moving Library folder" mv /config/Library /share/plex