From 09bcff080cb789dbf041651ffd16b6616e99b976 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Thu, 6 Mar 2025 23:01:01 +0800 Subject: feat(git): add private repo support. --- services/docker/git-server/lighttpd-wrapper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/docker/git-server/lighttpd-wrapper.bash') diff --git a/services/docker/git-server/lighttpd-wrapper.bash b/services/docker/git-server/lighttpd-wrapper.bash index 06dc78f..a33015a 100755 --- a/services/docker/git-server/lighttpd-wrapper.bash +++ b/services/docker/git-server/lighttpd-wrapper.bash @@ -2,7 +2,7 @@ set -e -touch -a /git/private/user-info +touch -a /git/user-info exec 3>&1 exec lighttpd -D -f /app/git-lighttpd.conf -- cgit v1.2.3