This commit is contained in:
Alexandre
2023-05-03 18:54:39 +02:00
committed by GitHub
parent ddace7db0a
commit 2a9f7393bc

View File

@@ -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