From c761debbe184bbd0f8ca171d3242d4974343934c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Sep 2023 05:02:56 +0200 Subject: [PATCH] Update 90-run.sh --- jellyseerr/rootfs/etc/cont-init.d/90-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh index f41f51818..103592501 100755 --- a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh +++ b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh @@ -7,7 +7,7 @@ bashio::log.info "Config stored in $CONFIG_LOCATION" mkdir -p "$CONFIG_LOCATION" cp -rnT /app/config "$CONFIG_LOCATION"/ rm -r /app/config -ln -s "$CONFIG_LOCATION" /data/config +ln -s "$CONFIG_LOCATION" /app/config chmod -R 755 "$CONFIG_LOCATION" # Create files