From 1a4c2d635fab4a3de081fd73a42eef8d592f0856 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 21:18:03 -0500 Subject: [PATCH] Update start.sh --- qbittorrent/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 653b82e..721d54a 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -14,7 +14,7 @@ if [[ ! -e /config/qBittorrent/config/qBittorrent.conf ]]; then fi echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' -/bin/bash /etc/qbittorrent/qbittorrent.init start +/bin/bash /etc/qbittorrent/qbittorrent.init start & chmod -R 755 /config/qBittorrent sleep 1