Skip to content

Commit da41afa

Browse files
nikhil550NIKHIL E GUPTA
and
NIKHIL E GUPTA
authored
Remove left over rm -rf command from BYFN (#148)
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com> Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
1 parent 4bb48a9 commit da41afa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-network/network.sh

-2
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ function networkDown() {
389389
# Don't remove the generated artifacts -- note, the ledgers are always removed
390390
if [ "$MODE" != "restart" ]; then
391391
# 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
394392
#Cleanup the chaincode containers
395393
clearContainers
396394
#Cleanup images

0 commit comments

Comments
 (0)