Commit a0c666a5 authored by Your Name's avatar Your Name
parents faa30a91 2412bc21
......@@ -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