Commit 2412bc21 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update host ip

parent c4f0c2a8
......@@ -4,7 +4,7 @@ set -e
N=${1:-2}
host_ip=$(ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' |grep '192.168')
host_ip=$(ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' |grep '192.168.1')
cd ../mainchain/
rm -rf conf/deploy || true
......
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