From 67c2e872d16b206cb5b121e8e8c334c01f4d73ea Mon Sep 17 00:00:00 2001 From: phahulin Date: Fri, 17 Nov 2017 01:48:12 +0300 Subject: [PATCH] Fix missing subfolder --- TestTestNet/netstats-server/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestTestNet/netstats-server/install.sh b/TestTestNet/netstats-server/install.sh index 681b5ca..be3195d 100644 --- a/TestTestNet/netstats-server/install.sh +++ b/TestTestNet/netstats-server/install.sh @@ -15,7 +15,7 @@ echo "===== memory usage info:" free -m echo "===== downloading common.vars" -curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/common.vars" +curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/common.vars" source common.vars EXT_IP="$(curl ifconfig.co)" @@ -38,7 +38,7 @@ ADMIN_USERNAME="${ADMIN_USERNAME}" export HOME="${HOME:-/home/${ADMIN_USERNAME}}" echo "===== downloading common.funcs" -curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/common.funcs" +curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/common.funcs" source common.funcs setup_ufw() {