Disable nginx

This commit is contained in:
Alexandre
2025-02-14 14:48:15 +01:00
committed by GitHub
parent 5277732c41
commit 1ede785f73

View File

@@ -14,6 +14,7 @@ ingress_entry=$(bashio::addon.ingress_entry)
# Quits if ingress is not active
if [ -z "$ingress_entry" ]; then
bashio::log.warning "Ingress entry is not set, exiting configuration."
sed -i "1a sleep infinity" /custom-services.d/02-nginx.sh
exit 0
fi