Commit 2e596223 authored by Test's avatar Test

.

parent a5a69241
......@@ -120,7 +120,7 @@ $@
# XXX neo/py: run via relative path to neomaster? (../../neo/neomaster) so we do not need to `pip install -e` ?
# local IPv6 address
myaddr6=$(getent hosts `hostname` |awk '{print $1}')
myaddr6=$(getent hosts `hostname` |grep -v 127.0 |awk '{print $1}')
# port allocations
Abind=[$myaddr6]:5551 # NEO admin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment