diff options
author | Arun Isaac | 2022-07-06 01:05:32 +0530 |
---|---|---|
committer | Arun Isaac | 2022-07-06 01:05:32 +0530 |
commit | 6a9a53805526793334c8453f4281a27811dd11ad (patch) | |
tree | 292e53a13330798591f7e1f960c56d953b197949 /bin | |
parent | 170580827eae85cd6fb5e0b7e3947066780c8994 (diff) | |
download | tissue-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.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tissue | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |