Skip to content

Commit

Permalink
change sed for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Jul 4, 2022
1 parent 046d3ce commit 9e8ff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ start-localnet-ci:
./build/gaiad add-genesis-account val 10000000000000000000000000stake --home ~/.gaiad-liveness --keyring-backend test
./build/gaiad gentx val 1000000000stake --home ~/.gaiad-liveness --chain-id liveness
./build/gaiad collect-gentxs --home ~/.gaiad-liveness
sed -i '.bak' 's/minimum-gas-prices = ""/minimum-gas-prices = "0uatom"/' ~/.gaiad-liveness/config/app.toml
./build/gaiad start --home ~/.gaiad-liveness --mode validator
sed -i'' 's/minimum-gas-prices = ""/minimum-gas-prices = "0uatom"/' ~/.gaiad-liveness/config/app.toml
./build/gaiad start --home ~/.gaiad-liveness --mode validator --x-crisis-skip-assert-invariants

.PHONY: start-localnet-ci

Expand Down

0 comments on commit 9e8ff0b

Please sign in to comment.