From 0a6ba3adfa9936a898e2d84c4ed149a37e78dda5 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 20:46:26 -0500 Subject: [PATCH] Update start.sh --- qbittorrent/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 9a3920d..e504e2a 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -29,7 +29,7 @@ child=$(pgrep -o -x qbittorrent-nox) echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S' while [ -e /proc/$child ]; do - sleep 0.1; + sleep 0.1 else _handler done