From 884c9c3c17728335e9ae8a9b61534a6db5e5cb15 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 17 Dec 2022 21:25:25 +0100 Subject: [PATCH] Update 20-folders.sh --- jellyfin/rootfs/etc/cont-init.d/20-folders.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jellyfin/rootfs/etc/cont-init.d/20-folders.sh b/jellyfin/rootfs/etc/cont-init.d/20-folders.sh index 746ca2926..4e03067af 100644 --- a/jellyfin/rootfs/etc/cont-init.d/20-folders.sh +++ b/jellyfin/rootfs/etc/cont-init.d/20-folders.sh @@ -58,11 +58,11 @@ if [ ! -d /jellyfin/data ]; then ln -s "$LOCATION"/data /jellyfin/data fi -if [ ! -d /jellyfin/logs ]; then - echo "Creating link for /jellyfin/logs" - mkdir -p "$LOCATION"/logs - chown -R abc:abc "$LOCATION"/logs - ln -s "$LOCATION"/logs /jellyfin/logs +if [ ! -d /jellyfin/log ]; then + echo "Creating link for /jellyfin/log" + mkdir -p "$LOCATION"/log + chown -R abc:abc "$LOCATION"/log + ln -s "$LOCATION"/log /jellyfin/log fi if [ ! -d /jellyfin/metadata ]; then