From 1365ed148b2388bde02d16aeca73ed5b4a001d93 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:26:35 +0100 Subject: [PATCH] Update vpn --- qbittorrent/rootfs/usr/local/sbin/vpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/usr/local/sbin/vpn b/qbittorrent/rootfs/usr/local/sbin/vpn index 4f81d9fff..62a9574a9 100755 --- a/qbittorrent/rootfs/usr/local/sbin/vpn +++ b/qbittorrent/rootfs/usr/local/sbin/vpn @@ -10,8 +10,8 @@ declare -a dns_servers_ipv4=() declare -a dns_servers_ipv6=() log_level="$(bashio::config "log_level")" -[[ "$log_level" == "debug" ]] && set -x [[ "$log_level" == "debug" ]] && bashio::log.warning "--- Debug mode is active ---" +[[ "$log_level" == "debug" ]] && set -x _parse_config() { local -n config_ref="$1"