X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=stop.sh;h=09aed90be48192e78d9b7fed812689e32fd2c455;hb=refs%2Fchanges%2F71%2F13671%2F1;hp=5674b463ea86ac65a75a1bcb9947dcd2330d2a34;hpb=a33e556087b77ed8c916e4b9a3a2f60de92dae82;p=vfc%2Fnfvo%2Flcm.git diff --git a/stop.sh b/stop.sh index 5674b463..09aed90b 100755 --- a/stop.sh +++ b/stop.sh @@ -12,5 +12,4 @@ # 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. -sip=127.0.0.1 -ps auxww | grep "manage.py runserver $sip:8403" | awk '{print $2}' | xargs kill -9 +ps auxww | grep "manage.py runserver 0.0.0.0:8403" | awk '{print $2}' | xargs kill -9