mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update start.sh
This commit is contained in:
parent
192354a294
commit
ef4fb35c7f
@ -16,5 +16,15 @@ 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 --profile=/config &
|
/usr/bin/qbittorrent-nox --profile=/config &
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
if [ -e /config/qBittorrent ]; then
|
||||||
|
chmod -R 755 /config/qBittorrent
|
||||||
|
chown -R 99:100 /config/qBittorrent
|
||||||
|
break
|
||||||
|
else
|
||||||
|
sleep 1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
child=$(pgrep -o -x qbittorrent-nox)
|
child=$(pgrep -o -x qbittorrent-nox)
|
||||||
wait "$child"
|
wait "$child"
|
||||||
|
Loading…
Reference in New Issue
Block a user