Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Removed directory changes within ./startFabric.sh (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Ellis Henderson <[email protected]>
  • Loading branch information
EllisHenderson authored and mbwhite committed Nov 13, 2017
1 parent e2453a4 commit dd9c3d7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ARCH=`uname -m`
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

#
cd "${DIR}"/composer

ARCH=$ARCH docker-compose -f "${DIR}"/composer/docker-compose.yml down
ARCH=$ARCH docker-compose -f "${DIR}"/composer/docker-compose.yml up -d
Expand All @@ -25,5 +24,3 @@ docker exec peer0.org1.example.com peer channel create -o orderer.example.com:70

# Join peer0.org1.example.com to the channel.
docker exec -e "CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/users/[email protected]/msp" peer0.org1.example.com peer channel join -b composerchannel.block

cd ../..

0 comments on commit dd9c3d7

Please sign in to comment.