Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-04 21:18:03 -05:00 committed by GitHub
parent 7646bd78c0
commit 1a4c2d635f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ if [[ ! -e /config/qBittorrent/config/qBittorrent.conf ]]; then
fi
echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'
/bin/bash /etc/qbittorrent/qbittorrent.init start
/bin/bash /etc/qbittorrent/qbittorrent.init start &
chmod -R 755 /config/qBittorrent
sleep 1