diff --git a/plugins/qbittorrent/init.d/qbittorrent.tpl b/plugins/qbittorrent/init.d/qbittorrent.tpl index 048e2af73..a6fb06707 100644 --- a/plugins/qbittorrent/init.d/qbittorrent.tpl +++ b/plugins/qbittorrent/init.d/qbittorrent.tpl @@ -15,7 +15,7 @@ qb_start(){ cd {$SERVER_PATH}/qbittorrent/workers - nohup python qbittorrent_worker.py > {$SERVER_PATH}/qbittorrent/logs.pl & + nohup python qbittorrent_worker.py > {$SERVER_PATH}/qbittorrent/logs.pl 2>&1 & echo "qbittorrent started" }