From 058c511a05708fa206056eaa14982313dccf2308 Mon Sep 17 00:00:00 2001 From: BA Date: Thu, 22 Jun 2017 15:49:49 +0200 Subject: [PATCH] Add FABRIC_CFG_PATH variable to allow configtxgen to find configuration file --- first-network/byfn.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/first-network/byfn.sh b/first-network/byfn.sh index b4a43b2c..9b8794a7 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -25,6 +25,9 @@ # this may be commented out to resolve installed version of tools if desired export PATH=${PWD}/../bin:${PWD}:$PATH +# Add FABRIC_CFG_PATH variable to allow configtxgen to find configuration file +export FABRIC_CFG_PATH=$PWD + # Print the usage message function printHelp () { echo "Usage: "