mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +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
|
# this may be commented out to resolve installed version of tools if desired
|
||||||
export PATH=${PWD}/../bin:${PWD}:$PATH
|
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
|
# Print the usage message
|
||||||
function printHelp () {
|
function printHelp () {
|
||||||
echo "Usage: "
|
echo "Usage: "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue