remove unnecessary leading space trimming

Signed-off-by: Waleed Mortaja <waleedmortaja@protonmail.com>
This commit is contained in:
Waleed Mortaja 2021-01-15 23:17:19 +02:00
parent c6e77c9dd0
commit ae37f3a6b6
2 changed files with 0 additions and 3 deletions

View file

@ -26,8 +26,6 @@ OVERRIDE_ORG="1"
parsePeerConnectionParameters 1 2 parsePeerConnectionParameters 1 2
export PEER_PARMS="${PEER_CONN_PARMS##*( )}"
# set the fabric config path # set the fabric config path
export FABRIC_CFG_PATH="${DIR}/../../../config" export FABRIC_CFG_PATH="${DIR}/../../../config"
export PATH="${DIR}/../../../bin:${PWD}:$PATH" export PATH="${DIR}/../../../bin:${PWD}:$PATH"

View file

@ -26,7 +26,6 @@ OVERRIDE_ORG="2"
parsePeerConnectionParameters 1 2 parsePeerConnectionParameters 1 2
export PEER_PARMS="${PEER_CONN_PARMS##*( )}"
# set the fabric config path # set the fabric config path
export FABRIC_CFG_PATH="${DIR}/../../../config" export FABRIC_CFG_PATH="${DIR}/../../../config"