mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Update envVar.sh
Signed-off-by: Abd ar-Rahman Hamidi <bakhtiyor.h@gmail.com>
This commit is contained in:
parent
c0a0104ca1
commit
1f074db67d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ setGlobals() {
|
|||
errorln "ORG Unknown"
|
||||
fi
|
||||
|
||||
if [ "$VERBOSE" == "true" ]; then
|
||||
if [[ "$VERBOSE" == "true" ]]; then
|
||||
env | grep CORE
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue