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 ########################################################