From c7d217a4873add23624b6bfda6693888763ac2ce Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:34:29 +0200 Subject: [PATCH] Update 90-create_links.sh --- plex/rootfs/etc/cont-init.d/90-create_links.sh | 1 - 1 file changed, 1 deletion(-) 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