Update start.sh

This commit is contained in:
MarkusMcNugen
2018-02-04 19:00:13 -05:00
committed by GitHub
parent 84285c8e50
commit ef722d6cd6

View File

@@ -26,5 +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" echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S'
wait "$child" wait "$child"