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