Skip to content

Commit

Permalink
[FAB-7584] Removes copy of creds to keystore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sudheesh001 committed Jan 3, 2018
1 parent 47da1bb commit cf79cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basic-network/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ rm -rf ~/.hfc-key-store/*

# copy peer admin credentials into the keyValStore
mkdir -p ~/.hfc-key-store
cp creds/* ~/.hfc-key-store

0 comments on commit cf79cd1

Please sign in to comment.