From 385ea4ba0474cdca897dd1ba8cd34f38a8c2f942 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:08:29 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Fix=20bad=20substitution=20in=20OpenVPN=20v?= =?UTF-8?q?erbosity=20parameter:=20${$log=5Flevel}=20=E2=86=92=20${log=5Fl?= =?UTF-8?q?evel}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d37f963b-d7de-45b8-885a-ae3ecf34eb80 Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com> --- 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 ec815832b..91a1fa0e0 100755 --- a/qbittorrent/rootfs/usr/local/sbin/vpn +++ b/qbittorrent/rootfs/usr/local/sbin/vpn @@ -514,7 +514,7 @@ _openvpn_up() { --config "${config["ConfigFile"]}" \ --client \ --daemon \ - --verb ${verbosity[${$log_level}]} \ + --verb ${verbosity[${log_level}]} \ --log "/proc/1/fd/1" \ --script-security 2 \ --auth-user-pass "${OPENVPN_STATE_DIR}/credentials.conf" \ From bc5e425f1560c90227b648b190d8aad09db1e734 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:28:45 +0200 Subject: [PATCH 3/3] Update config.yaml --- qbittorrent/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 21981cc38..5f7938f0c 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -143,4 +143,4 @@ schema: slug: qbittorrent udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.1.4-20" +version: "5.1.4-21"