Merge "Fix bug for nslcm stop sh"
authoryunlong ying <ying.yunlong@zte.com.cn>
Tue, 7 May 2019 01:15:58 +0000 (01:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 7 May 2019 01:15:58 +0000 (01:15 +0000)
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