wesmiler 1 yıl önce
ebeveyn
işleme
d94846fe54
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 '停止服务成功...'