mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
Update deployCC.sh (#199)
In queryInstalled()
Removing line: echo PackageID is ${PACKAGE_ID}
the ```peer lifecycle chaincode queryinstalled``` cmd already prints the Package ID when successfull.
Signed-off-by: Rob Murgai <murgai@us.ibm.com>
This commit is contained in:
parent
8c7e8e1b2f
commit
045d9b69bc
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ queryInstalled() {
|
|||
cat log.txt
|
||||
PACKAGE_ID=$(sed -n "/fabcar_${VERSION}/{s/^Package ID: //; s/, Label:.*$//; p;}" log.txt)
|
||||
verifyResult $res "Query installed on peer0.org${ORG} has failed"
|
||||
echo PackageID is ${PACKAGE_ID}
|
||||
echo "===================== Query installed successful on peer0.org${ORG} on channel ===================== "
|
||||
echo
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue