diff --git a/qbittorrent/rootfs/etc/services.d/nginx/run b/qbittorrent/rootfs/etc/services.d/nginx/run index 8e38308bf..12d07ffc3 100644 --- a/qbittorrent/rootfs/etc/services.d/nginx/run +++ b/qbittorrent/rootfs/etc/services.d/nginx/run @@ -10,7 +10,7 @@ bashio::log.info "Starting NGinx..." # Check vpn is working if [ -f /currentip ]; then - exec nginx || nginx -s reload & \ + nginx || nginx -s reload & \ while true; do # Get vpn ip if ! bashio::config.true 'wireguard_enabled' && bashio::config.true 'openvpn_alt_mode'; then