Update run

This commit is contained in:
Alexandre
2025-11-19 15:54:48 +01:00
committed by GitHub
parent 85fedccb13
commit 8e1a05362a

View File

@@ -93,7 +93,7 @@ wait_for_vpn_ip() {
start_nginx_background() { start_nginx_background() {
bashio::log.info "Starting nginx..." bashio::log.info "Starting nginx..."
nginx -g 'daemon off;' & nginx &
echo $! echo $!
} }
@@ -135,7 +135,7 @@ fi
if [[ "${vpn_enabled}" != true ]]; then if [[ "${vpn_enabled}" != true ]]; then
# No VPN: just boot nginx, no IP leak monitoring # No VPN: just boot nginx, no IP leak monitoring
bashio::log.info "No VPN enabled (OpenVPN/WireGuard). Starting nginx without IP monitoring." bashio::log.info "No VPN enabled (OpenVPN/WireGuard). Starting nginx without IP monitoring."
exec nginx -g 'daemon off;' exec nginx
fi fi
# Read the baseline "real" IP from /currentip # Read the baseline "real" IP from /currentip