From 9eb8c632bbdf490976ea5b7d2e3d87eb2ff4d22d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 27 Aug 2015 21:51:18 +0930 Subject: [PATCH] Set directory permissions when building --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 83ac6e1..6e85d64 100755 --- a/build.sh +++ b/build.sh @@ -80,4 +80,7 @@ done # Finally, create the release archive cd ${release} +chmod -R 0644 * +chmod 0775 . +chmod -R 0775 assets flarum/storage zip -r release.zip ./