Update 99-run.sh

This commit is contained in:
Alexandre
2022-06-30 13:11:30 +02:00
committed by GitHub
parent 1b18058e7a
commit 35b231eea0

View File

@@ -16,7 +16,7 @@ export SECRET_KEY=$(bashio::config 'SECRET_KEY') && bashio::log.blue "SECRET_KEY
bashio::log.info "Setting ingress"
ingress_entry="$(bashio::addon.ingress_entry)"
#export SCRIPT_NAME="$ingress_entry"
export JS_REVERSE_SCRIPT_PREFIX="${ingress_entry}/"
#export JS_REVERSE_SCRIPT_PREFIX="${ingress_entry}/"
export STATIC_URL="${ingress_entry}/static/"
export MEDIA_URL="${ingress_entry}/media/"