X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=multivimbroker%2Fstop.sh;h=2e02c73592c5ced09b5607fbfa0e7c4cb5219b01;hb=3288950ae32c9476539933d92774757fea1c6f55;hp=586b288ac98a61e32cf6dd3ede4c25a5f25b55f1;hpb=b1b0386b5ed988fbbf25e326c3d0ce951eff07cd;p=multicloud%2Fframework.git diff --git a/multivimbroker/stop.sh b/multivimbroker/stop.sh index 586b288..2e02c73 100755 --- a/multivimbroker/stop.sh +++ b/multivimbroker/stop.sh @@ -10,4 +10,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -ps auxww | grep 'manage.py runserver 127.0.0.1:9001' | awk '{print $2}' | xargs kill -9 +ps auxww | grep 'manage.py runserver 0.0.0.0:9001' | awk '{print $2}' | xargs kill -9