fix docker fast sync bug

This commit is contained in:
Ethan Buchman 2015-07-03 19:06:50 +00:00
parent 6b0c8251fa
commit 812c5577e0
1 changed files with 1 additions and 1 deletions

View File

@ -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