diff options
Diffstat (limited to 'services/docker/git-server/lighttpd-wrapper.bash')
-rwxr-xr-x | services/docker/git-server/lighttpd-wrapper.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |