Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 05:19:56 -05:00 committed by GitHub
parent 657031b2de
commit 75b8b0d10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ else
chmod 644 /root/.config/qBittorrent/qBittorrent.conf chmod 644 /root/.config/qBittorrent/qBittorrent.conf
fi fi
trap trap_handler SIGINT SIGTERM SIGHUP 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 & /usr/bin/qbittorrent-nox &