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

Commit

Permalink
Fix permissions on connection profile directory (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone committed Jul 10, 2017
1 parent e1c8c77 commit c023b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vehicle-lifecycle/installers/hlfv1/install.sh.in
Expand Up @@ -125,8 +125,8 @@ docker run \
hyperledger/composer-playground:{{ENV}}

# Doctor the permissions on the files so Docker can pointlessly overwrite them.
chmod a+rwx .composer-connection-profiles .composer-connection-profiles/hlfv1 .composer-credentials
chmod a+rw .composer-connection-profiles/hlfv1/connection.json
chmod a+rwx .composer-credentials
chmod a+rw .composer-credentials/*

# Deploy the business network archive.
Expand Down

0 comments on commit c023b4c

Please sign in to comment.