fabric-samples/fabcar/networkDown.sh
NIKHIL E GUPTA 3a08dd5fda [FAB-17268] Move fabcar sample to test network
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-03-30 12:59:53 -04:00

18 lines
324 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 javascript/wallet/*
rm -rf java/wallet/*
rm -rf typescript/wallet/*