From e333d604616577b41c76a0f97c4ac780dc4afc9c Mon Sep 17 00:00:00 2001 From: zhaofeng Date: Mon, 6 Aug 2018 16:56:03 +0800 Subject: [PATCH] avoid download file twice Signed-off-by: zhaofeng --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index a71b5900..59e582f6 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -128,7 +128,7 @@ binariesInstall() { if [ -f ${BINARY_FILE} ];then binaryDownload ${BINARY_FILE} https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${VERSION}/${BINARY_FILE} else - echo ${BINARY_FILE} " aready downloaded!" + echo ${BINARY_FILE} " aready downloaded! " fi if [ $? -eq 22 ]; then echo