Fix stupid... stupid mistake...

This commit is contained in:
MarkusMcNugen
2018-02-03 07:45:55 -05:00
committed by GitHub
parent 7935062449
commit 192354a294

View File

@@ -14,7 +14,7 @@ _handler() {
trap _handler SIGINT SIGTERM SIGHUP trap _handler SIGINT SIGTERM SIGHUP
echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' 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) child=$(pgrep -o -x qbittorrent-nox)
wait "$child" wait "$child"