Skip to content

Commit

Permalink
Remove left over rm -rf command from BYFN (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>

Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
  • Loading branch information
nikhil550 and NIKHIL E GUPTA committed Apr 1, 2020
1 parent 4bb48a9 commit da41afa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-network/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ function networkDown() {
# Don't remove the generated artifacts -- note, the ledgers are always removed
if [ "$MODE" != "restart" ]; then
# Bring down the network, deleting the volumes
#Delete any ledger backups
docker run -v $PWD:/tmp/first-network --rm hyperledger/fabric-tools:$IMAGETAG rm -Rf /tmp/first-network/ledgers-backup
#Cleanup the chaincode containers
clearContainers
#Cleanup images
Expand Down

0 comments on commit da41afa

Please sign in to comment.