summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 17:50:22 +0200
committerAlan Pearce2024-06-29 17:50:22 +0200
commit22a0836e628ef5188b72fb772fb403c49e6f0cf4 (patch)
tree20ad914285f99c0917c1002e92ad32057f5bf89c
parent2d5d6cb7f733fb9e7b6b713a6051f7d8ce253fc2 (diff)
downloadgopkgs-22a0836e628ef5188b72fb772fb403c49e6f0cf4.tar.lz
gopkgs-22a0836e628ef5188b72fb772fb403c49e6f0cf4.tar.zst
gopkgs-22a0836e628ef5188b72fb772fb403c49e6f0cf4.zip
allow caddy to read files
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 53533c1..4ec188a 100755
--- a/justfile
+++ b/justfile
@@ -3,4 +3,4 @@
 
 cd:
 	vanity-imports --config vanity-imports.toml
-	rsync --recursive --delete dist/ /srv/http/go
+	rsync --recursive --delete --chmod=go+r dist/ /srv/http/go