Update qbittorrent.tpl

pull/109/head
midoks 5 years ago
parent bc645e77ad
commit 07cd5c0fc8
  1. 1
      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

Loading…
Cancel
Save