which configtxgenif["$?"-ne0]; then echo"configtxgen tool not found. exiting"exit1fi echo"###"echo"### Generating Orderer Genesis block ###"echo"###"# Note: For some unknown reason (at leastfornow) the block file can't be# named orderer.genesis.block or the orderer will fail...
if["$?"-ne0];then echo"configtxgen tool not found. exiting" exit1 fi echo"###" echo"### Generating Orderer Genesis block ###" echo"###" # Note: For some unknown reason (at least for now) the block file can't be # named orderer.genesis.block or the orderer will fail to ...
if [ "$?" -ne 0 ]; then echo "configtxgen tool not found. exiting" exit 1 fi echo "###" echo "### Generating Orderer Genesis block ###" echo "###" # Note: For some unknown reason (at least for now) the block file can't be # named orderer.genesis.block or the ...