Fix bug for catalog stop sh 95/87095/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 7 May 2019 01:05:57 +0000 (09:05 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 7 May 2019 01:05:57 +0000 (09:05 +0800)
Change-Id: Ie5feaad95f3e6f6505b41e892c183684854bb4da
Issue-ID: VFC-1306
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
stop.sh

diff --git a/stop.sh b/stop.sh
index 773a578..e533560 100755 (executable)
--- a/stop.sh
+++ b/stop.sh
@@ -14,4 +14,4 @@
 # limitations under the License.
 
 # ps auxww | grep "manage.py runserver 0.0.0.0:8806" | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8806 --module lcm.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9