mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 15:01:00 +02:00
Update 32-ingress.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/bashio
|
#!/usr/bin/bashio
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
if [[ -v "${DISABLE_INGRESS}" ]]; then
|
if [[ -n "${DISABLE_INGRESS}" ]]; then
|
||||||
bashio::log.info "Ingress disabled"
|
bashio::log.info "Ingress disabled"
|
||||||
sed -i "/nginx/d" /etc/cont-init.d/99-run.sh
|
sed -i "/nginx/d" /etc/cont-init.d/99-run.sh
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user