Update 32-ingress.sh

This commit is contained in:
Alexandre
2022-12-20 22:32:49 +01:00
committed by GitHub
parent a19f35bc8e
commit f4977d73a0

View File

@@ -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