mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 04:05:21 +08:00
fix: devops / net-test
This commit is contained in:
@@ -11,5 +11,5 @@ Relevant files:
|
||||
files.
|
||||
|
||||
To use, you will need to install `stacks-node`, `blockstack-cli`,
|
||||
`bitcoin-neon-controller`, and `bin/faucet.sh` to somewhere in your `$PATH`.
|
||||
`puppet-chain`, and `bin/faucet.sh` to somewhere in your `$PATH`.
|
||||
You will also need a recent `bitcoind` and `bitcoin-cli`.
|
||||
|
||||
@@ -67,7 +67,7 @@ start_bitcoind_controller() {
|
||||
logln "ok"
|
||||
|
||||
log "[$$] Starting bitcoind controller..."
|
||||
bitcoin-neon-controller "$BITCOIN_CONTROLLER_CONF" >"$BITCOIN_CONTROLLER_LOGFILE" 2>&1 &
|
||||
puppet-chain "$BITCOIN_CONTROLLER_CONF" >"$BITCOIN_CONTROLLER_LOGFILE" 2>&1 &
|
||||
local RC=$?
|
||||
local BITCOIN_NEON_CONTROLLER_PID=$!
|
||||
|
||||
@@ -494,7 +494,7 @@ report() {
|
||||
|
||||
is_sourced
|
||||
if [ $? -ne 0 ]; then
|
||||
for cmd in bitcoind bitcoin-cli bitcoin-neon-controller stacks-node blockstack-cli date jq grep sed kill cat curl faucet.sh seq; do
|
||||
for cmd in bitcoind bitcoin-cli puppet-chain stacks-node blockstack-cli date jq grep sed kill cat curl faucet.sh seq; do
|
||||
which $cmd 2>&1 >/dev/null || exit_error "Missing \"$cmd\""
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user