From 8bcecc38ffc569b439c6430edbb393a917b4157b Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 5 Apr 2016 11:07:04 +0200 Subject: [PATCH] Remove fabric check in startup.sh --- deploy-cluster-aws/startup.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/deploy-cluster-aws/startup.sh b/deploy-cluster-aws/startup.sh index 5c8de655..84d420cb 100755 --- a/deploy-cluster-aws/startup.sh +++ b/deploy-cluster-aws/startup.sh @@ -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"