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

diff --git a/stop.sh b/stop.sh
index e255c06..956579b 100755 (executable)
--- a/stop.sh
+++ b/stop.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # ps auxww | grep "manage.py runserver 0.0.0.0:8403" | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8403 --module lcm.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9