Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-04 00:59:40 -05:00 committed by GitHub
parent 5f1b2ae61b
commit b1dd5222b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,5 @@ 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) child=$(pgrep -o -x qbittorrent-nox)
echo "$child"
wait "$child" wait "$child"