From: fujinhua Date: Tue, 7 May 2019 01:05:03 +0000 (+0800) Subject: Fix bug for nslcm stop sh X-Git-Tag: 1.3.1~10^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b3c27277e2653ec2014e111f3115a7cb39d1e5c0;p=vfc%2Fnfvo%2Flcm.git Fix bug for nslcm stop sh Change-Id: Ia310d11ed6148fde47ab9d49cbc4835d9640279b Issue-ID: VFC-1306 Signed-off-by: fujinhua --- diff --git a/stop.sh b/stop.sh index e255c061..956579b9 100755 --- 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