diff --git a/qbittorrent/rootfs/etc/services.d/nginx/run b/qbittorrent/rootfs/etc/services.d/nginx/run index e07b47a10..3b3a12a28 100644 --- a/qbittorrent/rootfs/etc/services.d/nginx/run +++ b/qbittorrent/rootfs/etc/services.d/nginx/run @@ -10,7 +10,7 @@ if [ -f /currentip ]; then bashio::log.fatal "VPN is not properly configured. Your ip is exposed. Please fix this, or do not use the vpn alt mode" bashio::exit.nok else - bashio::log "VPN is up and running with ip $(curl -s ipecho.net/plain)" + bashio::log.info "VPN is up and running with ip $(curl -s ipecho.net/plain)" fi fi