From ef722d6cd6c1fb39683d7a5a4d0f61032ef062e5 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 19:00:13 -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 38109e9..204dd47 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -26,5 +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" +echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S' wait "$child"