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