diff options
| author | Max Audron <audron@cocaine.farm> | 2026-01-30 19:00:47 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2026-01-30 19:00:47 +0100 |
| commit | e8a5cf79d8adbe1f62e8f65a8154966fcb908357 (patch) | |
| tree | 597eacc616f1a85d6d7acc721c31bed77e660f18 /modules | |
| parent | add backups for ettves (diff) | |
git: add touch for export ok file
Diffstat (limited to 'modules')
| -rwxr-xr-x | modules/git/git-shell-commands/init | 1 |
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 |
