X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fstop.sh;h=341f648f6e2fed913dbee207956c5df31516c175;hb=39aa05090ea9ece66ba832299aede744e69376c1;hp=6f9ff21f18cd0abe59997903746451da8f8eac49;hpb=a4e6240ba6dfa31d6bcc632b844045e53078b099;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/stop.sh b/lcm/stop.sh index 6f9ff21f..341f648f 100755 --- a/lcm/stop.sh +++ b/lcm/stop.sh @@ -12,4 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ps auxww | grep 'manage.py runserver 127.0.0.1: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