From 5a5881f2ead96430e7386fab9d156268024e1859 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Apr 2021 22:17:57 +0200 Subject: [PATCH] Update up.sh --- qbittorrent/rootfs/etc/openvpn/up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/openvpn/up.sh b/qbittorrent/rootfs/etc/openvpn/up.sh index bc20c20dd..cbd5ad6c2 100644 --- a/qbittorrent/rootfs/etc/openvpn/up.sh +++ b/qbittorrent/rootfs/etc/openvpn/up.sh @@ -1,5 +1,5 @@ #!/bin/sh -/etc/openvpn/up-transmission.sh "${4}" & +/etc/openvpn/up-qbittorrent.sh "${4}" & # Copyright (c) 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2