mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove fabric check in startup.sh
This commit is contained in:
parent
acc22fd0b2
commit
8bcecc38ff
@ -23,22 +23,8 @@ fi
|
||||
|
||||
TAG=$1
|
||||
NODES=$2
|
||||
FAB=`which fab`
|
||||
|
||||
# It seems BIGCHAINDIR was never used, but I wasn't sure
|
||||
# so I just commented-out the following lines. -Troy
|
||||
#DEPLOYDIR=`pwd`
|
||||
#BIGCHAINDIR=`dirname $DEPLOYDIR`
|
||||
#export BIGCHAINDIR
|
||||
|
||||
# Check if python-fabric is installed
|
||||
if [ ! -f "$FAB" ]
|
||||
then
|
||||
echo "python-fabric is not installed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Check for AWS private key file pem-file and changing access rights
|
||||
# Check for AWS private key file (.pem file)
|
||||
if [ ! -f "pem/bigchaindb.pem" ]
|
||||
then
|
||||
echo "File pem/bigchaindb.pem (AWS private key) is missing"
|
||||
|
Loading…
x
Reference in New Issue
Block a user