From 48804014d37bfa8dc46879d93596db9cefe2db3c Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Fri, 25 Oct 2019 22:41:38 +0200 Subject: [PATCH] [FAB-16284] Remove E2E file and -f option from BYFN Remove leftover call to removed ReplacePrivateKey function which makes calling ./byfn.sh up fail if cryptogen hasn't been run first. Signed-off-by: Arnaud J Le Hors --- first-network/byfn.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/first-network/byfn.sh b/first-network/byfn.sh index 9e0709a183..611dbb97e8 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -153,7 +153,6 @@ function networkUp() { # generate artifacts if they don't exist if [ ! -d "crypto-config" ]; then generateCerts - replacePrivateKey generateChannelArtifacts fi COMPOSE_FILES="-f ${COMPOSE_FILE} -f ${COMPOSE_FILE_RAFT2}"