Browse Source

add trace in stop() function of dojo.sh

fix_mydojo_hang_backport
kenshin-samourai 5 years ago
parent
commit
c451eb02f0
  1. 1
      docker/my-dojo/dojo.sh

1
docker/my-dojo/dojo.sh

@ -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 \

Loading…
Cancel
Save