Comment-out 2 lines about BIGCHAINDIR in startup.sh

This commit is contained in:
troymc
2016-03-23 17:27:48 +01:00
parent 5fb6be064b
commit b149397974

View File

@@ -23,8 +23,10 @@ NODES=$2
AWS=`which aws`
FAB=`which fab`
DEPLOYDIR=`pwd`
BIGCHAINDIR=`dirname $DEPLOYDIR`
export BIGCHAINDIR
# It seems BIGCHAINDIR was never used, but I wasn't sure
# so I just commented-out the following two lines. -Troy
#BIGCHAINDIR=`dirname $DEPLOYDIR`
#export BIGCHAINDIR
# check if awscli is installed
if [ ! -f "$AWS" ]