From 70947d3915f86963a7ab0d04a830c944203a9dbe Mon Sep 17 00:00:00 2001 From: Sam Yuan Date: Sat, 30 Mar 2024 16:41:55 +0800 Subject: [PATCH] fix up Signed-off-by: Sam Yuan --- test-network/addOrg3/addOrg3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-network/addOrg3/addOrg3.sh b/test-network/addOrg3/addOrg3.sh index 960698174b..446c37c152 100755 --- a/test-network/addOrg3/addOrg3.sh +++ b/test-network/addOrg3/addOrg3.sh @@ -12,7 +12,7 @@ # prepending $PWD/../bin to PATH to ensure we are picking up the correct binaries # this may be commented out to resolve installed version of tools if desired export PATH=${PWD}/../../bin:${PWD}:$PATH -export FABRIC_CFG_PATH=${PWD}/../../config/ +export FABRIC_CFG_PATH=${PWD} export VERBOSE=false . ../scripts/utils.sh @@ -161,7 +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/ + cp ${PWD}/../../config/core.yaml ${PWD} . ../scripts/org3-scripts/updateChannelConfig.sh $CHANNEL_NAME $CLI_DELAY $CLI_TIMEOUT $VERBOSE if [ $? -ne 0 ]; then fatalln "ERROR !!!! Unable to create config tx"