From 35b231eea061aac7ef9465ec25242e74c6e6ecf3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:11:30 +0200 Subject: [PATCH] Update 99-run.sh --- tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fd5244c14..eccc54348 100644 --- a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh +++ b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh @@ -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/"