Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-04 20:46:26 -05:00 committed by GitHub
parent be68252eb0
commit 0a6ba3adfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ child=$(pgrep -o -x qbittorrent-nox)
echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S' echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S'
while [ -e /proc/$child ]; do while [ -e /proc/$child ]; do
sleep 0.1; sleep 0.1
else else
_handler _handler
done done