mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
Add FABRIC_CFG_PATH variable to allow configtxgen to find configuration file
This commit is contained in:
parent
fbc120f1fc
commit
058c511a05
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
|||
# this may be commented out to resolve installed version of tools if desired
|
||||
export PATH=${PWD}/../bin:${PWD}:$PATH
|
||||
|
||||
# Add FABRIC_CFG_PATH variable to allow configtxgen to find configuration file
|
||||
export FABRIC_CFG_PATH=$PWD
|
||||
|
||||
# Print the usage message
|
||||
function printHelp () {
|
||||
echo "Usage: "
|
||||
|
|
|
|||
Loading…
Reference in a new issue