You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
184 B

9 years ago
9 years ago
9 years ago
  1. #! /bin/bash
  2. if [[ $BARAK_SEED ]]; then
  3. cat ./cmd/barak/$BARAK_SEED | ./build/barak &
  4. fi
  5. if [ "$FAST_SYNC" = "true" ]; then
  6. tendermint node --fast_sync
  7. else
  8. tendermint node
  9. fi