X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=stop.sh;h=d15f21ffcfebe1cb5073aca394f80e7534c9560f;hb=19ed1a22bfecf7e6c4f714d5ca5be422dd52c6f7;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..d15f21ff --- a/stop.sh +++ b/stop.sh @@ -12,5 +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. -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 $1}' | xargs kill -9 +# ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9