From cf79cd1dc1d34c83adb756c8be94b5a1902099db Mon Sep 17 00:00:00 2001 From: Sudheesh Singanamalla Date: Wed, 3 Jan 2018 10:14:51 +0530 Subject: [PATCH] [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 --- basic-network/init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/basic-network/init.sh b/basic-network/init.sh index 3ab4747317..caf7c76d49 100755 --- a/basic-network/init.sh +++ b/basic-network/init.sh @@ -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