diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-05 10:52:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-05 14:41:55 +0530 |
| commit | eca86870bf10c064a9f561249491f03c6e750a86 (patch) | |
| tree | 95676411d6f95babd1fdf5231c6fecc44f94cab9 /cgit/docker-entrypoint.sh | |
| parent | 2cd9a4039c0c5f524df0a33605c9baef1f57917e (diff) | |
| download | bacchus-remote-eca86870bf10c064a9f561249491f03c6e750a86.tar.gz bacchus-remote-eca86870bf10c064a9f561249491f03c6e750a86.zip | |
Add fork/set-description git commands + optimizations
Diffstat (limited to '')
| -rwxr-xr-x | cgit/docker-entrypoint.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cgit/docker-entrypoint.sh b/cgit/docker-entrypoint.sh index 0c13086..3da0ede 100755 --- a/cgit/docker-entrypoint.sh +++ b/cgit/docker-entrypoint.sh @@ -5,9 +5,7 @@ set -eux CGIT_USER=git CGIT_GROUP=git -id - -chown $CGIT_USER:$CGIT_GROUP /var/cache/cgit +chown ${CGIT_USER}:${CGIT_GROUP} /var/cache/cgit chmod u+g /var/cache/cgit spawn-fcgi \ |
