Skip to content

Commit

Permalink
[FAB-16284] Remove E2E file and -f option from BYFN
Browse files Browse the repository at this point in the history
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 <lehors@us.ibm.com>
  • Loading branch information
lehors committed Oct 25, 2019
1 parent fe96f60 commit 4880401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion first-network/byfn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4880401

Please sign in to comment.