From b1dd5222b244fe3e860c4541985819c8f0228b75 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 00:59:40 -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 9421def..38109e9 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -26,4 +26,5 @@ echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' /etc/qbittorrent/qbittorrent.init start & child=$(pgrep -o -x qbittorrent-nox) +echo "$child" wait "$child"