Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 22:38:37 -05:00 committed by GitHub
parent ef2da7689e
commit 35f7eaee06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if [[ ! -e /config/qBittorrent/config/qBittorrent.conf ]]; then
fi fi
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 --profile=/config & /etc/qbittorrent/qbittorrent.init &
while true; do while true; do
if [ -e /config/qBittorrent ]; then if [ -e /config/qBittorrent ]; then