From 08342e3995c473b589bb2a517e5bc30cf5f7dc9a Mon Sep 17 00:00:00 2001 From: kenshin-samourai Date: Mon, 13 Jan 2020 13:46:35 +0100 Subject: [PATCH] add trace in stop() function of dojo.sh --- docker/my-dojo/dojo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/my-dojo/dojo.sh b/docker/my-dojo/dojo.sh index 089cd938..ecf76576 100755 --- a/docker/my-dojo/dojo.sh +++ b/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 \