From f643d0b9eb41c020bce51c61c6e4e4ae5d40a552 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 7 May 2019 08:55:39 +0800 Subject: [PATCH] Fix bug for vnflcm stop sh Change-Id: I0a3e01122fa2da0e6541b114daeeeb20965da3bb Issue-ID: VFC-1306 Signed-off-by: fujinhua --- lcm/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcm/stop.sh b/lcm/stop.sh index 341f648f..099f555f 100755 --- a/lcm/stop.sh +++ b/lcm/stop.sh @@ -14,4 +14,4 @@ # limitations under the License. # ps auxww | grep 'manage.py runserver 0.0.0.0:8801' | awk '{print $2}' | xargs kill -9 -ps auxww |grep 'uwsgi --http :8801 --module lcm.wsgi --master' |awk '{print $2}' |xargs kill -9 \ No newline at end of file +ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 \ No newline at end of file -- 2.16.6