summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-07-06 01:05:32 +0530
committerArun Isaac2022-07-06 01:05:32 +0530
commit6a9a53805526793334c8453f4281a27811dd11ad (patch)
tree292e53a13330798591f7e1f960c56d953b197949
parent170580827eae85cd6fb5e0b7e3947066780c8994 (diff)
downloadtissue-6a9a53805526793334c8453f4281a27811dd11ad.tar.gz
tissue-6a9a53805526793334c8453f4281a27811dd11ad.tar.lz
tissue-6a9a53805526793334c8453f4281a27811dd11ad.zip
bin: Allow everyone to read built website.
* bin/tissue (pull): Allow everyone to read built website.
-rwxr-xr-xbin/tissue3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tissue b/bin/tissue
index e047929..71e0eb7 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -424,7 +424,8 @@ HOSTNAME."
#:log-port #f)
(delete-file-recursively website-directory)
(rename-file temporary-output-directory
- website-directory))))
+ website-directory)
+ (chmod website-directory #o755))))
(format (current-error-port)
"Built website for ~a at ~a~%"
hostname