From e74a199493979c57678b466784e0254dc9575bec Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:18:36 +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 eccc54348..4b8a507a9 100644 --- a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh +++ b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh @@ -17,8 +17,8 @@ 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/" -export MEDIA_URL="${ingress_entry}/media/" +#export STATIC_URL="${ingress_entry}/static/" +#export MEDIA_URL="${ingress_entry}/media/" ################### # Define database #