From b146137be8e92c61a8bcf81cd03109aa16e1e1c5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 May 2022 19:07:11 +0200 Subject: [PATCH] Update run --- qbittorrent/rootfs/etc/services.d/nginx/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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