From 192354a294378f858cdbd42d7a230edfe50e03c8 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 07:45:55 -0500 Subject: [PATCH] Fix stupid... stupid mistake... --- qbittorrent/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 69036fe..79d7cc6 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -14,7 +14,7 @@ _handler() { trap _handler SIGINT SIGTERM SIGHUP echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' -/usr/bin/qbittorrent-nox =-profile=/config & +/usr/bin/qbittorrent-nox --profile=/config & child=$(pgrep -o -x qbittorrent-nox) wait "$child"