Add print

This commit is contained in:
phahulin 2017-11-17 10:18:48 +03:00 committed by GitHub
parent d54d2b4de1
commit fab426e6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
echo "=====> sourcing common.vars"
OWNER_ADDRESS="0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126"
SCRIPTS_BRANCH="sokol"
@ -18,3 +20,5 @@ NODE_TOML="node.toml"
NODE_PWD="node.pwd"
BOOTNODES_TXT="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/bootnodes.txt"
NGINX_FILE_LOC="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/bootnode/nginx.default.site"
echo "<===== sourcing common.funcs"