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

7a645fc

Author: brian (git@myr.sh)

Date: Tue Sep 19 17:02:46 2023 -0300

Parent: 2b55981

Changed code order

Diff

diff --git a/post-receive-scripts b/post-receive-scripts
index 8b95cc7..8af544d 100755
--- a/post-receive-scripts
+++ b/post-receive-scripts
@@ -26,6 +26,7 @@ do
fi
done

-rm -fr "$TMP"
-
sh ./hooks/update-html
+
+echo "cleaning up TMP"
+rm -fr "$TMP"