aboutsummaryrefslogtreecommitdiff
path: root/modules/git/git-shell-commands/init
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2026-01-30 19:00:47 +0100
committerMax Audron <audron@cocaine.farm>2026-01-30 19:00:47 +0100
commite8a5cf79d8adbe1f62e8f65a8154966fcb908357 (patch)
tree597eacc616f1a85d6d7acc721c31bed77e660f18 /modules/git/git-shell-commands/init
parentadd backups for ettves (diff)
git: add touch for export ok file
Diffstat (limited to '')
-rwxr-xr-xmodules/git/git-shell-commands/init1
1 files changed, 1 insertions, 0 deletions
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