Commit 870bb6ae authored by vicotor's avatar vicotor

update makefile

parent 40a91967
......@@ -11,6 +11,10 @@ install:
mkdir /tmp/tmpbin && cp bin/* /tmp/tmpbin
conf :
@rm -rf conf
@cp -r backup conf
newconf :
@rm -rf conf
@PATH=/tmp/tmpbin:${PATH} CHAINID=${chainid} ./scripts/build-conf.sh $(nodes) $(webrtc)
@sed -i 's/300ms/1000ms/g' conf/deploy/node1/config/config.toml
......
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