diff --git a/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run b/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run index 54b8883cc..6d0a080ee 100644 --- a/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run +++ b/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run @@ -231,7 +231,7 @@ echo "$(_fetch_public_ip || true)" > /currentip if bashio::config.true 'openvpn_enabled'; then # Start Leak Monitor - if [[ -s /currentip ]]; then + if [[ ! -s /currentip ]]; then bashio::log.warning "Could not fetch public ip, the vpn leakage service will not run" else _vpn_monitor_public_ip "OpenVPN" &