We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb48a9 commit da41afaCopy full SHA for da41afa
test-network/network.sh
@@ -389,8 +389,6 @@ function networkDown() {
389
# Don't remove the generated artifacts -- note, the ledgers are always removed
390
if [ "$MODE" != "restart" ]; then
391
# Bring down the network, deleting the volumes
392
- #Delete any ledger backups
393
- docker run -v $PWD:/tmp/first-network --rm hyperledger/fabric-tools:$IMAGETAG rm -Rf /tmp/first-network/ledgers-backup
394
#Cleanup the chaincode containers
395
clearContainers
396
#Cleanup images
0 commit comments