From a2cbf1844952eb6199ac0fa72f57c26da4e42149 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 6 Apr 2021 21:55:36 +0200 Subject: [PATCH] Update up.sh --- qbittorrent/rootfs/etc/openvpn/up.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qbittorrent/rootfs/etc/openvpn/up.sh b/qbittorrent/rootfs/etc/openvpn/up.sh index 59e90e4cf..b03f5ef3c 100644 --- a/qbittorrent/rootfs/etc/openvpn/up.sh +++ b/qbittorrent/rootfs/etc/openvpn/up.sh @@ -7,4 +7,9 @@ if [ -n "${UMASK_SET}" ] && [ -z "${UMASK}" ]; then umask ${UMASK_SET} fi +declare CONFIG +CONFIG=$( /data/qbittorrent/settings.json + exec /usr/bin/transmission-daemon --foreground --config-dir /data/transmission