Skip to content

Commit

Permalink
add trace in stop() function of dojo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshin-samourai committed Jan 13, 2020
1 parent 21925f7 commit 08342e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/my-dojo/dojo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ stop() {
i="0"
while [ $i -lt 18 ]
do
echo "Waiting for shutdown of Bitcoin server."
# Check if bitcoind rpc api is responding
timeout 5 docker exec -it bitcoind bitcoin-cli \
-rpcconnect=bitcoind \
Expand Down

0 comments on commit 08342e3

Please sign in to comment.