Skip to content

Commit

Permalink
Fixed access rights for lambda service
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Haschler committed May 15, 2016
1 parent 2bd00ad commit a6532b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sspa
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function build_bundle() {
cp -r node_modules dist/
cp -r lib/* dist/
cd dist
chmod -R a+r *
zip -r archive.zip *
mv archive.zip ..
cd ..
Expand Down

0 comments on commit a6532b2

Please sign in to comment.