From 2a9f7393bc2231f7265fdfe248f3e8f97b9c0d54 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 3 May 2023 18:54:39 +0200 Subject: [PATCH] Mount --- jellyseerr/rootfs/etc/cont-init.d/90-run.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh index 39d87fdbe..9e9630de0 100755 --- a/jellyseerr/rootfs/etc/cont-init.d/90-run.sh +++ b/jellyseerr/rootfs/etc/cont-init.d/90-run.sh @@ -12,7 +12,9 @@ rm -r /data/config ln -s "$CONFIG_LOCATION" /data/config # Create files -export JELLYFIN_TYPE=$(bashio::config 'TYPE') -export TZ=$(bashio::config 'TZ') +JELLYFIN_TYPE=$(bashio::config 'TYPE') +export JELLYFIN_TYPE +TZ=$(bashio::config 'TZ') +export TZ yarn start