Fix bug for vnflcm stop sh 91/87091/2
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 7 May 2019 00:55:39 +0000 (08:55 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 7 May 2019 01:02:04 +0000 (09:02 +0800)
Change-Id: I0a3e01122fa2da0e6541b114daeeeb20965da3bb
Issue-ID: VFC-1306
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/stop.sh

index 341f648..099f555 100755 (executable)
@@ -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