diff options
author | xinhuili <lxinhui@vmware.com> | 2017-09-21 07:15:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-21 07:15:08 +0000 |
commit | 73335f2c7e12d226b8b181bdb420dab5717cad5d (patch) | |
tree | ee27e95e69b6522d78958bcc635deba16841c48a /vio/stop.sh | |
parent | 88f24efabca0667fe9fae2b7537044345dac2f79 (diff) | |
parent | 0d081b4743d113be79edf5a1c0ce1078477619e3 (diff) |
Merge "Fix multicloud vio bugs"
Diffstat (limited to 'vio/stop.sh')
-rwxr-xr-x | vio/stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/stop.sh b/vio/stop.sh index 0196606..1d35d39 100755 --- a/vio/stop.sh +++ b/vio/stop.sh @@ -11,4 +11,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:9004' | awk '{print $2}' | xargs kill -9 +ps auxww | grep 'manage.py runserver 0.0.0.0:9004' | awk '{print $2}' | xargs kill -9 |