From a0bc18fd4c8bdb3b2cf6305d2acbbcc655c2f5cf Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 07:29:21 -0500 Subject: [PATCH] Update start.sh --- qbittorrent/scripts/start.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/qbittorrent/scripts/start.sh b/qbittorrent/scripts/start.sh index 52d7b46..69036fe 100644 --- a/qbittorrent/scripts/start.sh +++ b/qbittorrent/scripts/start.sh @@ -11,9 +11,6 @@ _handler() { fi } -# Make qbittorrent config directory -mkdir -p /config/qbittorrent - trap _handler SIGINT SIGTERM SIGHUP echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'