From a4fc79bbc5a8edec3ba8e43ef28e6d59eac74692 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 7 May 2019 09:03:05 +0800 Subject: Fix bug for vnfres stop sh Change-Id: Ic7a53183965beadd925e9fc7a90d8752a10e82ce Issue-ID: VFC-1306 Signed-off-by: fujinhua --- res/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') 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 -- cgit 1.2.3-korg