Update 99-run.sh

This commit is contained in:
Alexandre
2022-07-01 10:41:36 +02:00
committed by GitHub
parent 66b66298a5
commit ec94e44cfe

View File

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