mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 07:37:54 +00:00
stop bitcoind/bitcoin-cli processes that might have been left running
This commit is contained in:
parent
3e578aa9b9
commit
3e7dac9dad
@ -11,6 +11,9 @@ if [ $# -lt 1 ]; then
|
|||||||
echo "usage: $0 [bitcoin srcroot] build-test arguments..."
|
echo "usage: $0 [bitcoin srcroot] build-test arguments..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
killall -q bitcoin-cli
|
||||||
|
killall -q bitcoind
|
||||||
|
|
||||||
cd $1
|
cd $1
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user