From a85d21bad01ff471805fb3b2ec190bed6e2948ff Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 20:58:26 -0500 Subject: [PATCH] Update start.sh --- qbittorrent/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 7a40489..ca2038a 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -22,6 +22,7 @@ echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' /bin/bash /etc/qbittorrent/qbittorrent.init start & chmod -R 755 /config/qBittorrent +sleep 1 child=$(pgrep -o -x qbittorrent-nox) echo "[info] qBittorrent PID: $child" | ts '%Y-%m-%d %H:%M:%.S'