Skip to content

Commit 965047f

Browse files
committed
Merge pull request benrady#16 from ingoha/umask-fix
Fixed access rights for lambda service
2 parents c430db1 + a6532b2 commit 965047f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sspa

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function build_bundle() {
204204
cp -r node_modules dist/
205205
cp -r lib/* dist/
206206
cd dist
207+
chmod -R a+r *
207208
zip -r archive.zip *
208209
mv archive.zip ..
209210
cd ..

0 commit comments

Comments
 (0)