summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 307c377..03be6f8 100755
--- a/build.sh
+++ b/build.sh
@@ -315,6 +315,11 @@ generate_index "www/music"
echo "Tidying HTML files"
./tidy.sh
+echo "Granting permissions"
+chmod -R 755 www
+
+echo "Done generating HTML"
+
echo "Building gmi"
# TODO
echo "Copying static-gemini"