list

scripts

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


bacd2f1

Author: myr (myr@terminal.pink)

Date: Thu Feb 13 20:18:15 2025 -0300

Parent: 100d875

Updated post-receive

Diff

post-receive

diff --git a/post-receive b/post-receive
index ca3d716..f30b124 100755
--- a/post-receive
+++ b/post-receive
@@ -5,7 +5,7 @@
 . hooks/aux.sh
 # . ./aux.sh
 
-ROOT="$HOME/www/dovel.email"
+ROOT="$HOME/dovel.email"
 REPO="$(basename $PWD)"
 OUT="$ROOT/$REPO"
 TMP="$(mktemp -d)"