From f4977d73a0304add2ad4cfd846d781a7592ab5bd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:32:49 +0100 Subject: [PATCH] Update 32-ingress.sh --- tandoor_recipes/rootfs/etc/cont-init.d/32-ingress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/rootfs/etc/cont-init.d/32-ingress.sh b/tandoor_recipes/rootfs/etc/cont-init.d/32-ingress.sh index 9bcccfe83..bf05e6a08 100755 --- a/tandoor_recipes/rootfs/etc/cont-init.d/32-ingress.sh +++ b/tandoor_recipes/rootfs/etc/cont-init.d/32-ingress.sh @@ -1,7 +1,7 @@ #!/usr/bin/bashio # shellcheck shell=bash -if [[ -v "${DISABLE_INGRESS}" ]]; then +if [[ -n "${DISABLE_INGRESS}" ]]; then bashio::log.info "Ingress disabled" sed -i "/nginx/d" /etc/cont-init.d/99-run.sh exit 0