mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-31 20:36:13 +00:00
add terraforce deployment method
This commit is contained in:
@@ -0,0 +1 @@
|
||||
$GOPATH/bin/tendermint-linux
|
||||
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [[ "$SEEDS" != "" ]]; then
|
||||
SEEDS_FLAG="--seeds=$SEEDS"
|
||||
fi
|
||||
|
||||
./tendermint-linux node --proxy_app=dummy --log_level=note $SEEDS_FLAG >> tendermint.log 2>&1 &
|
||||
Reference in New Issue
Block a user