From: fujinhua Date: Tue, 7 May 2019 00:55:39 +0000 (+0800) Subject: Fix bug for vnflcm stop sh X-Git-Tag: 1.3.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=f643d0b9eb41c020bce51c61c6e4e4ae5d40a552 Fix bug for vnflcm stop sh Change-Id: I0a3e01122fa2da0e6541b114daeeeb20965da3bb Issue-ID: VFC-1306 Signed-off-by: fujinhua --- 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