mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
fix bug
Signed-off-by: duanmeng <duanmeng@cmss.chinamobile.com>
This commit is contained in:
parent
93c55c59cc
commit
16d093fb29
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ function createOrgs() {
|
|||
echo "##### Generate certificates using Fabric CA's ############"
|
||||
echo "##########################################################"
|
||||
|
||||
IMAGE_TAG=$IMAGETAG docker-compose -f $COMPOSE_FILE_CA up -d 2>&1
|
||||
IMAGE_TAG=$(fabric-ca-client version |sed -ne 's/ Version: //p' | head -1) docker-compose -f $COMPOSE_FILE_CA up -d 2>&1
|
||||
|
||||
. organizations/fabric-ca/registerEnroll.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue