Update install.sh

This commit is contained in:
phahulin 2017-11-20 18:13:27 +03:00 committed by GitHub
parent 4bcc5a8f3c
commit 5bb142a3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ set -e
set -u
set -x
TEMPLATES_BRANCH="dev-mainnet"
# this should be provided through env by azure template
TEMPLATES_BRANCH="${TEMPLATES_BRANCH}"
echo "========== ${TEMPLATES_BRANCH}/netstats-server/install.sh starting =========="
echo "===== current time: $(date)"