From 20e281b79a186e3443c590c3e7d7e9926a6e6cd1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:36:02 +0200 Subject: [PATCH] Update 90-run.sh --- jellyseerr/rootfs/etc/cont-init.d/90-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh index 262e57aee..f41f51818 100755 --- a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh +++ b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh @@ -8,6 +8,7 @@ mkdir -p "$CONFIG_LOCATION" cp -rnT /app/config "$CONFIG_LOCATION"/ rm -r /app/config ln -s "$CONFIG_LOCATION" /data/config +chmod -R 755 "$CONFIG_LOCATION" # Create files JELLYFIN_TYPE=$(bashio::config 'TYPE')