From b1493979742b3a71b99e89957efeee72bcf2e38d Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 23 Mar 2016 17:27:48 +0100 Subject: [PATCH] Comment-out 2 lines about BIGCHAINDIR in startup.sh --- deploy-cluster-aws/startup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy-cluster-aws/startup.sh b/deploy-cluster-aws/startup.sh index 7feae98d..1510d23f 100755 --- a/deploy-cluster-aws/startup.sh +++ b/deploy-cluster-aws/startup.sh @@ -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" ]