mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Fix stupid... stupid mistake...
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user