Update start.sh

This commit is contained in:
MarkusMcNugen
2018-02-04 00:59:40 -05:00
committed by GitHub
parent 5f1b2ae61b
commit b1dd5222b2

View File

@@ -26,4 +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"
wait "$child"