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 6d0a080ee..d0ff84b50 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 @@ -255,7 +255,7 @@ elif bashio::config.true 'wireguard_enabled'; then _setup_wireguard # 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 "WireGuard" &