From 251ecf4fb13e0e3390be63b93aef1474ab9e04aa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 30 Jun 2022 15:15:48 +0200 Subject: [PATCH] Update 99-run.sh --- tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 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 4b8a507a9..5a6e8545b 100644 --- a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh +++ b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh @@ -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/"