diff --git a/test-network-nano-bash/ordererca.sh b/test-network-nano-bash/ordererca.sh index c8df4bcc..0e02c8a4 100755 --- a/test-network-nano-bash/ordererca.sh +++ b/test-network-nano-bash/ordererca.sh @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -export PATH="${PWD}"/../../fabric/build/bin:"${PWD}"/../bin:"${PATH}" +export PATH="${PWD}"/../../fabric-ca/bin:"${PWD}"/../bin:"${PATH}" export FABRIC_CFG_PATH="${PWD}"/../config #Configure the CA_NAME, CA_PORT, OPERATIONS_PORT and CSR_HOSTS for the CA diff --git a/test-network-nano-bash/org1ca.sh b/test-network-nano-bash/org1ca.sh index 4c39e08c..e281cb6d 100755 --- a/test-network-nano-bash/org1ca.sh +++ b/test-network-nano-bash/org1ca.sh @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -export PATH="${PWD}"/../../fabric/build/bin:"${PWD}"/../bin:"${PATH}" +export PATH="${PWD}"/../../fabric-ca/bin:"${PWD}"/../bin:"${PATH}" export FABRIC_CFG_PATH="${PWD}"/../config #Configure the CA_NAME, CA_PORT, OPERATIONS_PORT and CSR_HOSTS for the CA diff --git a/test-network-nano-bash/org2ca.sh b/test-network-nano-bash/org2ca.sh index b8343aa1..8001ce6c 100755 --- a/test-network-nano-bash/org2ca.sh +++ b/test-network-nano-bash/org2ca.sh @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -export PATH="${PWD}"/../../fabric/build/bin:"${PWD}"/../bin:"${PATH}" +export PATH="${PWD}"/../../fabric-ca/bin:"${PWD}"/../bin:"${PATH}" export FABRIC_CFG_PATH="${PWD}"/../config #Configure the CA_NAME, CA_PORT, OPERATIONS_PORT and CSR_HOSTS for the CA