list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

5579835

Author: blmayer (bleemayer@gmail.com)

Date: Wed Oct 4 16:15:08 2023 -0300

Parent: 5d7cbd0

Fixed quote

Diff

post-receive

diff --git a/post-receive b/post-receive
index 1707a7d..945c1ff 100755
--- a/post-receive
+++ b/post-receive
@@ -239,7 +239,7 @@ updatetree() {
 }
 
 initmail() {
-	[ -f "$OUT/mail.html ] && return
+	[ -f "$OUT/mail.html" ] && return
 	echo "creating mail.html"
 	cat <<- EOF > "$OUT/mail.html"
 		$(pagehead "$REPO")