@@ -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 '停止服务成功...'