mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
remove --consensus.create_empty_blocks from monit start
Because already taken care of in the config file
This commit is contained in:
parent
450974d147
commit
b0f0a031f6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user