Update alist.tpl

pull/682/head
Mr Chen 4 months ago
parent c5ade905b0
commit 3ee500d339
  1. 2
      plugins/alist/init.d/alist.tpl

@ -23,7 +23,7 @@ app_start(){
app_stop(){ app_stop(){
echo "dztasks stopped" echo "dztasks stopped"
ps -ef| grep alist | grep -v grep | grep -v python | grep -v sh | awk '{print $2}'| xargs kill ps -ef| grep alist | grep -v grep | grep -v python | grep -v sh | awk '{print $2}'| xargs kill -9
} }

Loading…
Cancel
Save