From e4c6e4bf2674ed8a5f16c77822aab5d915a42bd9 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 16 Jan 2019 09:46:56 -0800 Subject: [PATCH] Report full node info before starting/updating network --- ci/testnet-deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 7276cc6f7c..ab9bf2ad36 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -201,6 +201,9 @@ else fi net/init-metrics.sh -e +echo "+++ $cloudProvider.sh info" +net/"$cloudProvider".sh info + echo --- net.sh start maybeRejectExtraNodes= if ! $publicNetwork; then