From 6a9a53805526793334c8453f4281a27811dd11ad Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 6 Jul 2022 01:05:32 +0530 Subject: bin: Allow everyone to read built website. * bin/tissue (pull): Allow everyone to read built website. --- bin/tissue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3