fabric-samples/off_chain_data/network-clean.sh
NIKHIL E GUPTA 2f20212547 [FAB-17461] Move off_chain_data sample to test network
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-02-20 11:59:53 -05:00

20 lines
392 B
Bash
Executable file

#!/bin/bash
#
# Copyright IBM Corp All Rights Reserved
#
# SPDX-License-Identifier: Apache-2.0
#
# Exit on first error
set -ex
# Bring the test network down
pushd ../test-network
./network.sh down
popd
# clean out any old identites in the wallets
rm -rf wallet
rm -rf addMarbles.json mychannel_marbles.log mychannel__lifecycle.log nextblock.txt
docker stop offchaindb
docker rm offchaindb