Fix stupid... stupid mistake...

This commit is contained in:
MarkusMcNugen 2018-02-03 07:45:55 -05:00 committed by GitHub
parent 7935062449
commit 192354a294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ _handler() {
trap _handler SIGINT SIGTERM SIGHUP
echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'
/usr/bin/qbittorrent-nox =-profile=/config &
/usr/bin/qbittorrent-nox --profile=/config &
child=$(pgrep -o -x qbittorrent-nox)
wait "$child"