diff --git a/test-network/addOrg3/addOrg3.sh b/test-network/addOrg3/addOrg3.sh index afe934b11d..960698174b 100755 --- a/test-network/addOrg3/addOrg3.sh +++ b/test-network/addOrg3/addOrg3.sh @@ -161,6 +161,7 @@ function addOrg3 () { # Create the configuration transaction needed to add # Org3 to the network infoln "Generating and submitting config tx to add Org3" + export FABRIC_CFG_PATH=${PWD}/../../config/ . ../scripts/org3-scripts/updateChannelConfig.sh $CHANNEL_NAME $CLI_DELAY $CLI_TIMEOUT $VERBOSE if [ $? -ne 0 ]; then fatalln "ERROR !!!! Unable to create config tx"