diff options
-rwxr-xr-x | multivimbroker/stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |