remove --consensus.create_empty_blocks from monit start

Because already taken care of in the config file
This commit is contained in:
Ahmed Muawia Khan 2018-09-10 15:58:24 +02:00
parent 450974d147
commit b0f0a031f6

View File

@ -111,7 +111,7 @@ case \$1 in
pushd \$4 pushd \$4
nohup tendermint node --consensus.create_empty_blocks=false >> \$3/tendermint.out.log 2>> \$3/tendermint.err.log & nohup tendermint node >> \$3/tendermint.out.log 2>> \$3/tendermint.err.log &
echo \$! > \$2 echo \$! > \$2
popd popd