From 996e04be1995860889c98ff05d59e6e48408c530 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 May 2024 07:01:46 +0200 Subject: [PATCH] Update 93-wg_test.sh --- qbittorrent/rootfs/etc/cont-init.d/93-wg_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-wg_test.sh b/qbittorrent/rootfs/etc/cont-init.d/93-wg_test.sh index c69aac660..09f69913c 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-wg_test.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-wg_test.sh @@ -2,6 +2,7 @@ # shellcheck shell=bash set -e +exit 0 if bashio::config.true 'wireguard_enabled'; then ########################################################