From 07cd5c0fc8d22196342f3a60b8622e1ec311d99a Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 4 Aug 2020 21:42:05 +0800 Subject: [PATCH] Update qbittorrent.tpl --- plugins/qbittorrent/init.d/qbittorrent.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/qbittorrent/init.d/qbittorrent.tpl b/plugins/qbittorrent/init.d/qbittorrent.tpl index 6a999f17f..4d536be10 100755 --- a/plugins/qbittorrent/init.d/qbittorrent.tpl +++ b/plugins/qbittorrent/init.d/qbittorrent.tpl @@ -27,6 +27,7 @@ qb_start(){ qb_stop(){ isStartFF=`ps -ef | grep 'ffmpeg' | grep -v grep |awk '{print $2}'` + echo `ps -ef | grep 'ffmpeg'` if [ "$isStartFF" != '' ];then echo "qbittorrent ffmpeg is running! can\`t stop!!!" return 1