From 64ed9d7f6b79279ee7418f70f8a855c0949a82ae Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 20:11:55 -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 204dd47..744a11d 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -23,7 +23,7 @@ if [[ ! -e /config/qBittorrent/config/qBittorrent.conf ]]; then fi echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' -/etc/qbittorrent/qbittorrent.init start & +/etc/qbittorrent/qbittorrent.init start child=$(pgrep -o -x qbittorrent-nox) echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S'