mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Mount
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user