From dd6348a45e777677666a435afd60c795ce4df514 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:21:46 +0200 Subject: [PATCH] Update 99-run.sh --- tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh index 5a6e8545b..7d249def7 100644 --- a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh +++ b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh @@ -13,10 +13,10 @@ 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 JS_REVERSE_SCRIPT_PREFIX="${ingress_entry}/" #export STATIC_URL="${ingress_entry}/static/" #export MEDIA_URL="${ingress_entry}/media/"