Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 04:31:09 -05:00 committed by GitHub
parent 1aade94547
commit ec00019fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,5 @@ fi
trap trap_handler SIGINT SIGTERM SIGHUP trap trap_handler SIGINT SIGTERM SIGHUP
echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'
/usr/bin/qbittorrent-nox -d && wait /usr/bin/qbittorrent-nox -d &
wait