From 44b0bd44e4dfb7c4b82b8bab717aff44149268cb Mon Sep 17 00:00:00 2001 From: phahulin Date: Fri, 17 Nov 2017 12:48:21 +0300 Subject: [PATCH] Update install.sh --- TestTestNet/netstats-server/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TestTestNet/netstats-server/install.sh b/TestTestNet/netstats-server/install.sh index be3195d..e84f88c 100644 --- a/TestTestNet/netstats-server/install.sh +++ b/TestTestNet/netstats-server/install.sh @@ -21,9 +21,6 @@ source common.vars EXT_IP="$(curl ifconfig.co)" echo "===== external ip: ${EXT_IP}" -echo "===== environmental variables:" -printenv - NETSTATS_SERVER="localhost" INSTALL_CONFIG_REPO="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/netstats-server" @@ -37,6 +34,9 @@ ADMIN_USERNAME="${ADMIN_USERNAME}" export HOME="${HOME:-/home/${ADMIN_USERNAME}}" +echo "===== environmental variables:" +printenv + echo "===== downloading common.funcs" curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/common.funcs" source common.funcs