mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-20 15:02:33 +00:00
fix docker fast sync bug
This commit is contained in:
+1
-1
@@ -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