From 7cca0db8d7cb00e1b28702d9aa7dc9cbaed46b4d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 3 Jun 2019 14:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0-n=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/tools/scripts/ci/wsproxy2001/manage.py | 2 +- third_party/framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tools/scripts/ci/wsproxy2001/manage.py b/server/tools/scripts/ci/wsproxy2001/manage.py index 2d5bf92..f118260 100755 --- a/server/tools/scripts/ci/wsproxy2001/manage.py +++ b/server/tools/scripts/ci/wsproxy2001/manage.py @@ -34,7 +34,7 @@ def stop(instance_id, node_id): for pid in pids: exepath = getExePath(pid) cmdline = getExeCmdLine(pid) - if cmdline == ("./wsproxy\0-i\0%d\0-i\0%d\0" % (instance_id, node_id)): + if cmdline == ("./wsproxy\0-i\0%d\0-n\0%d\0" % (instance_id, node_id)): os.popen('kill -9 %d' % int(pid)) def listServer(): diff --git a/third_party/framework b/third_party/framework index 366eeab..ca38a14 160000 --- a/third_party/framework +++ b/third_party/framework @@ -1 +1 @@ -Subproject commit 366eeab6832866357dec147004b99a0c95e7ad8f +Subproject commit ca38a14dc4384b5654d21261130dc1bf75c8d5a8