mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
echo "Starting Tendermint"
|
|
|
|
pkill tendermint
|
|
/go/bin/tendermint node &
|
|
|
|
sleep 3600
|