Update start.sh

This commit is contained in:
MarkusMcNugen
2018-02-04 21:18:03 -05:00
committed by GitHub
parent 7646bd78c0
commit 1a4c2d635f

View File

@@ -14,7 +14,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'
/bin/bash /etc/qbittorrent/qbittorrent.init start /bin/bash /etc/qbittorrent/qbittorrent.init start &
chmod -R 755 /config/qBittorrent chmod -R 755 /config/qBittorrent
sleep 1 sleep 1