From 8cd37a3408ecc3a062db4458ee12fcfe658666f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 17 Dec 2022 20:08:55 +0100 Subject: [PATCH] Update 90-data_location.sh --- jellyfin/rootfs/etc/cont-init.d/90-data_location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh index 603f67b3c..6f02d4048 100644 --- a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh @@ -19,7 +19,7 @@ echo "Creating $LOCATION" mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web # Custom web location -cp -rn /usr/share/jellyfin/web/ "$LOCATION"/web/ +cp -rn /usr/share/jellyfin/web/* "$LOCATION"/web/ sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf # Permissions