Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit be9c51e

Browse files
davek-at-ibmrthatcher
authored andcommitted
Allow any user to be able to access card store (#109)
As the runner of the vld demo creates the card store, we need to ensure no matter what user they are, the containers still are able to access the store Signed-off-by: Dave Kelsey <[email protected]>
1 parent bab4b6d commit be9c51e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vehicle-lifecycle/installers/hlfv1/install.sh.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ stop
7272
# create a card store on the local file system to be shared by the demo
7373
rm -fr $(pwd)/.vld-card-store
7474
mkdir $(pwd)/.vld-card-store
75+
chmod 777 $(pwd)/.vld-card-store
7576

7677
# Create the environment variables with the connection profile in.
7778
rm -fr $(pwd)/vldstage
7879
mkdir $(pwd)/vldstage
80+
chmod 777 $(pwd)/vldstage
7981
echo '{
8082
"name": "hlfv1",
8183
"description": "Hyperledger Fabric v1.0",

0 commit comments

Comments
 (0)