wesmiler 1 year ago
parent
commit
d94846fe54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crontab/WalletTaskStop.sh

+ 1 - 1
crontab/WalletTaskStop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 basepath=$(cd `dirname $0`; pwd)
 cd $basepath
-pidlist=`ps -ef | grep swoole:task | grep -v grep |awk '{print $2}'`
+pidlist=`ps -ef | grep wallet:task | grep -v grep |awk '{print $2}'`
 kill -9 $pidlist
 echo '停止服务成功...'