Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-04 20:12:08 -05:00 committed by GitHub
parent 64ed9d7f6b
commit 8c74efcb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ if [[ ! -e /config/qBittorrent/config/qBittorrent.conf ]]; then
fi
echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'
/etc/qbittorrent/qbittorrent.init start
/bin/bash /etc/qbittorrent/qbittorrent.init start
child=$(pgrep -o -x qbittorrent-nox)
echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S'