提交 6b9d69b1 编写于 作者: P plum-lihui

[test: stop taosd by kill -9 pid]

上级 bd18fe60
......@@ -12,7 +12,8 @@ fi
PID=`ps -ef|grep -w taosd | grep -v grep | awk '{print $2}'`
while [ -n "$PID" ]; do
echo kill -9 $PID
pkill -9 taosd
#pkill -9 taosd
kill -9 $PID
echo "Killing processes locking on port 6030"
if [ "$OS_TYPE" != "Darwin" ]; then
fuser -k -n tcp 6030
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册