From e8a5cf79d8adbe1f62e8f65a8154966fcb908357 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 30 Jan 2026 19:00:47 +0100 Subject: git: add touch for export ok file --- modules/git/git-shell-commands/init | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/git/git-shell-commands/init') diff --git a/modules/git/git-shell-commands/init b/modules/git/git-shell-commands/init index 557f20e..7e92e5a 100755 --- a/modules/git/git-shell-commands/init +++ b/modules/git/git-shell-commands/init @@ -7,4 +7,5 @@ if [ ! -f "$REPO/config" ]; then cd "$REPO" || exit git init --bare --shared git config cgit.readme "main:README.md" + touch git-daemon-export-ok fi -- cgit v1.2.3