summarylogtreecommitdiffstats
path: root/hyperledger-fabric.install
diff options
context:
space:
mode:
authorM0Rf302017-07-28 19:49:07 +0200
committerM0Rf302017-07-28 19:49:07 +0200
commite59d81dcace7073979df19b98fac5dd25de08d55 (patch)
tree5c85b45acce9a6a36d5168c266756df29e2efc56 /hyperledger-fabric.install
parent9ac5b06a89fd6e18788569fc02bad4358a6e125e (diff)
downloadaur-e59d81dcace7073979df19b98fac5dd25de08d55.tar.gz
hyperledger-fabric-chaintool: FABRIC_CFG_PATH defined
Diffstat (limited to 'hyperledger-fabric.install')
-rw-r--r--hyperledger-fabric.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperledger-fabric.install b/hyperledger-fabric.install
index 2b5320ccb02b..2e4f8cf5c628 100644
--- a/hyperledger-fabric.install
+++ b/hyperledger-fabric.install
@@ -1,6 +1,8 @@
post_install() {
echo "Add this line to /etc/environment"
echo " export FABRIC_CFG_PATH=/etc/hyperledger/fabric/"
+ echo " export CORE_PEER_MSPCONFIGPATH=$FABRIC_CFG_PATH/msp"
+ echo " export CORE_LOGGING_LEVEL=DEBUG"
}
@@ -11,4 +13,6 @@ post_upgrade() {
post_remove() {
echo "Remove this line to /etc/environment"
echo " export FABRIC_CFG_PATH=/etc/hyperledger/fabric/"
+ echo " export CORE_PEER_MSPCONFIGPATH=$FABRIC_CFG_PATH/msp"
+ echo " export CORE_LOGGING_LEVEL=DEBUG"
}