diff --git a/TestTestNet/bootnode/install.sh b/TestTestNet/bootnode/install.sh index e16b42e..46c0c48 100644 --- a/TestTestNet/bootnode/install.sh +++ b/TestTestNet/bootnode/install.sh @@ -21,9 +21,6 @@ source common.vars EXT_IP="$(curl ifconfig.co)" echo "===== external ip: ${EXT_IP}" -echo "===== environmental variables:" -printenv - NGINX_FILE_LOC="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/bootnode/nginx.default.site" INSTALL_CONFIG_REPO="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/bootnode" @@ -38,6 +35,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