From 812c5577e090fe7e3be67d9e57547d1afa63ab70 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 3 Jul 2015 19:06:50 +0000 Subject: [PATCH] fix docker fast sync bug --- DOCKER/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER/run.sh b/DOCKER/run.sh index 2f2d489e..4e7e3603 100755 --- a/DOCKER/run.sh +++ b/DOCKER/run.sh @@ -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