Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 02:51:13 -05:00 committed by GitHub
parent f1b2d458fa
commit 854e10e7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,4 @@ 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 && /usr/bin/qbittorrent-nox -d &&; wait