mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 17:15:10 +00:00
Remove Unused Variable
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
49bf79909d
commit
ae81e8b296
2 changed files with 2 additions and 11 deletions
|
|
@ -168,16 +168,10 @@ function networkDown () {
|
||||||
./network.sh down
|
./network.sh down
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Obtain the OS and Architecture string that will be used to select the correct
|
|
||||||
# native binaries for your platform
|
|
||||||
OS_ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')" | awk '{print tolower($0)}')
|
|
||||||
# timeout duration - the duration the CLI should wait for a response from
|
|
||||||
# another container before giving up
|
|
||||||
|
|
||||||
# Using crpto vs CA. default is cryptogen
|
# Using crpto vs CA. default is cryptogen
|
||||||
CRYPTO="cryptogen"
|
CRYPTO="cryptogen"
|
||||||
|
# timeout duration - the duration the CLI should wait for a response from
|
||||||
|
# another container before giving up
|
||||||
CLI_TIMEOUT=10
|
CLI_TIMEOUT=10
|
||||||
#default for delay
|
#default for delay
|
||||||
CLI_DELAY=3
|
CLI_DELAY=3
|
||||||
|
|
|
||||||
|
|
@ -308,9 +308,6 @@ function networkDown() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Obtain the OS and Architecture string that will be used to select the correct
|
|
||||||
# native binaries for your platform, e.g., darwin-amd64 or linux-amd64
|
|
||||||
OS_ARCH=$(echo "$(uname -s | tr '[:upper:]' '[:lower:]' | sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')" | awk '{print tolower($0)}')
|
|
||||||
# Using crpto vs CA. default is cryptogen
|
# Using crpto vs CA. default is cryptogen
|
||||||
CRYPTO="cryptogen"
|
CRYPTO="cryptogen"
|
||||||
# timeout duration - the duration the CLI should wait for a response from
|
# timeout duration - the duration the CLI should wait for a response from
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue