X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fstop.sh;h=8ddb10818190f0659c27a193b1b8ae113c93328f;hb=refs%2Fheads%2Fcasablanca;hp=6f9ff21f18cd0abe59997903746451da8f8eac49;hpb=a4e6240ba6dfa31d6bcc632b844045e53078b099;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/stop.sh b/lcm/stop.sh index 6f9ff21f..8ddb1081 100755 --- a/lcm/stop.sh +++ b/lcm/stop.sh @@ -12,4 +12,5 @@ # 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