Skip to content

Commit

Permalink
[FAB-5002]Fix mspconfigpath assignment.
Browse files Browse the repository at this point in the history
Fix [FAB-5002] remove assignment of
"CORE_PEER_MSPCONFIGPATH" when set globals on
peer1. Because there is no need to make a
assignment again on "CORE_PEER_MSPCONFIGPATH".
No matter peer0 or peer1 set globals, they have
the same configuration.

Change-Id: Ibf0d5fd3b03f5d85293c2fa365bcfd528ee29913
Signed-off-by: Wang Wenfeng <kalot.wang@gmail.com>
  • Loading branch information
tolak committed Jun 29, 2017
1 parent efbaee5 commit 650856c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/e2e_cli/scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ setGlobals () {
CORE_PEER_ADDRESS=peer0.org1.example.com:7051
else
CORE_PEER_ADDRESS=peer1.org1.example.com:7051
CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
fi
else
CORE_PEER_LOCALMSPID="Org2MSP"
Expand Down

0 comments on commit 650856c

Please sign in to comment.