X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fstop.sh;h=341f648f6e2fed913dbee207956c5df31516c175;hb=681bdaa6d60f4f28dbc8e4974adfd91d709613b1;hp=8ddb10818190f0659c27a193b1b8ae113c93328f;hpb=8e8a08c91d7136457beeafe04c1bde4c4ae26332;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/stop.sh b/lcm/stop.sh index 8ddb1081..341f648f 100755 --- a/lcm/stop.sh +++ b/lcm/stop.sh @@ -13,4 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -ps auxww | grep 'manage.py runserver 0.0.0.0:8801' | awk '{print $2}' | xargs kill -9 +# 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