From: fujinhua Date: Tue, 7 May 2019 01:03:05 +0000 (+0800) Subject: Fix bug for vnfres stop sh X-Git-Tag: 1.3.1~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F87092%2F1;p=vfc%2Fgvnfm%2Fvnfres.git Fix bug for vnfres stop sh Change-Id: Ic7a53183965beadd925e9fc7a90d8752a10e82ce Issue-ID: VFC-1306 Signed-off-by: fujinhua --- diff --git a/res/stop.sh b/res/stop.sh index 3c2d671..2be7a39 100755 --- a/res/stop.sh +++ b/res/stop.sh @@ -14,4 +14,4 @@ # limitations under the License. #ps auxww | grep 'manage.py runserver 0.0.0.0:8802' | awk '{print $2}' | xargs kill -9 -ps auxww |grep 'uwsgi --http :8802 --module res.wsgi --master' |awk '{print $2}' |xargs kill -9 +ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9