diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-02 22:01:01 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-02 22:01:01 -0500 |
commit | 847ab47a526e98c604a524352df5a7979fe426c4 (patch) | |
tree | f255f884a2a60d84ae8a408390ef6d500070bdd7 /gitolite-cgit/entrypoint.sh | |
parent | f58b9b5fffb35bea4e3ce14df57776e18adccfcb (diff) | |
download | gitolite-cgit-docker-847ab47a526e98c604a524352df5a7979fe426c4.tar.lz gitolite-cgit-docker-847ab47a526e98c604a524352df5a7979fe426c4.tar.xz gitolite-cgit-docker-847ab47a526e98c604a524352df5a7979fe426c4.zip |
Fix level section
Diffstat (limited to 'gitolite-cgit/entrypoint.sh')
-rwxr-xr-x | gitolite-cgit/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite-cgit/entrypoint.sh b/gitolite-cgit/entrypoint.sh index eaad011..e019cc9 100755 --- a/gitolite-cgit/entrypoint.sh +++ b/gitolite-cgit/entrypoint.sh @@ -162,7 +162,7 @@ snapshots=$CGIT_SNAPSHOT # Direct cgit to repository location managed by gitolite remove-suffix=0 project-list=/var/lib/git/projects.list -section-from-path=3 +section-from-path=1 scan-path=/var/lib/git/repositories EOF |