mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Fix stupid... stupid mistake...
This commit is contained in:
parent
7935062449
commit
192354a294
@ -14,7 +14,7 @@ _handler() {
|
|||||||
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 =-profile=/config &
|
/usr/bin/qbittorrent-nox --profile=/config &
|
||||||
|
|
||||||
child=$(pgrep -o -x qbittorrent-nox)
|
child=$(pgrep -o -x qbittorrent-nox)
|
||||||
wait "$child"
|
wait "$child"
|
||||||
|
Loading…
Reference in New Issue
Block a user