Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: blmayer (bleemayer@gmail.com)
Date: Wed Oct 4 02:35:58 2023 -0300
Parent: 637ea42
Fixed path
diff --git a/post-receive b/post-receive
index 0914afc..ae68c44 100755
--- a/post-receive
+++ b/post-receive
@@ -209,7 +209,7 @@ updatetree() {
<tr><th>Size</th><th>Name</th><th>Raw</th></tr>
EOF
- (cd "$OUT/tree" && find * -type f -printf '%s %p\n') | while read -r s f
+ (cd "$OUT/raw" && find * -type f -printf '%s %p\n') | while read -r s f
do
echo "updating file $f"