diff options
| -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 |
