mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Comment-out 2 lines about BIGCHAINDIR in startup.sh
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user