mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 09:05:10 +00:00
[FAB-7584] Removes copy of creds to keystore
The basic-network sample consists of a initialization script which removes any content inside the hfc-key-store and later copies the content from creds to the keystore. However this creds directory doesnot exist or is ever created in the sample execution. Change-Id: Ia3d07ad78875328f6798290d3f0ab3098b9e85fc Signed-off-by: Sudheesh Singanamalla <sudheesh95@gmail.com>
This commit is contained in:
parent
47da1bbeb3
commit
cf79cd1dc1
1 changed files with 0 additions and 1 deletions
|
|
@ -12,4 +12,3 @@ rm -rf ~/.hfc-key-store/*
|
||||||
|
|
||||||
# copy peer admin credentials into the keyValStore
|
# copy peer admin credentials into the keyValStore
|
||||||
mkdir -p ~/.hfc-key-store
|
mkdir -p ~/.hfc-key-store
|
||||||
cp creds/* ~/.hfc-key-store
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue