diff options
author | 2019-05-09 09:47:57 +0800 | |
---|---|---|
committer | 2019-05-09 09:48:05 +0800 | |
commit | 8cb9e959229ce80ad9ec1ce127382570860c00d1 (patch) | |
tree | 7eb32a18576201c569550d16ba58ab225a9d6c8d /stop.sh | |
parent | 2fde3badabe2a9707d809d6938d55c93b5651214 (diff) |
update genericparser code
Change-Id: Ife9f1746aa4fddf054a6ffdaa1ab7ab6396a67f3
Issue-ID: VFC-1380
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'stop.sh')
-rwxr-xr-x | stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ # limitations under the License. # ps auxww | grep "manage.py runserver 0.0.0.0:8806" | awk '{print $2}' | xargs kill -9 -ps auxww |grep 'uwsgi --http :8806 --module genericparser.wsgi --master' |awk '{print $2}' |xargs kill -9 +ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 |