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 346bb7fb6..ae15fa171 100755 --- a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh @@ -22,7 +22,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 -r /usr/share/jellyfin/web/* "$LOCATION"/web/ sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf # Custom transcode location