aboutsummaryrefslogtreecommitdiff
path: root/modules/git/git-shell-commands/init
diff options
context:
space:
mode:
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