Fix bug for vnfmgr stop sh 93/87093/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 7 May 2019 01:04:01 +0000 (09:04 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 7 May 2019 01:04:01 +0000 (09:04 +0800)
Change-Id: I586c36d837807567564c8818d8fc4b4030845d3b
Issue-ID: VFC-1306
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
mgr/stop.sh

index 1c41bf7..38ca0d6 100755 (executable)
@@ -14,4 +14,4 @@
 # limitations under the License.
 
 # ps auxww | grep 'manage.py runserver 0.0.0.0:8803' | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8803 --module mgr.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9