mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
fix docker fast sync bug
This commit is contained in:
@@ -4,7 +4,7 @@ if [[ $BARAK_SEED ]]; then
|
||||
cat ./cmd/barak/$BARAK_SEED | ./build/barak &
|
||||
fi
|
||||
|
||||
if [[ $FAST_SYNC ]]; then
|
||||
if [ "$FAST_SYNC" = "true" ]; then
|
||||
./build/tendermint node --fast_sync
|
||||
else
|
||||
./build/tendermint node
|
||||
|
Reference in New Issue
Block a user