X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=stop.sh;h=09aed90be48192e78d9b7fed812689e32fd2c455;hb=5c90e87e9e3a9c9dd95a9f08c813974e387fe55c;hp=5674b463ea86ac65a75a1bcb9947dcd2330d2a34;hpb=bcf49a37cdf5da54fba35e65bdffb9d95babfc4c;p=vfc%2Fnfvo%2Flcm.git diff --git a/stop.sh b/stop.sh old mode 100644 new mode 100755 index 5674b463..09aed90b --- 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