diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 12:25:18 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 12:25:18 +0100 |
| commit | ce17cbc9bcd1a9745e9fb8ffc88215773e974101 (patch) | |
| tree | 0c877aa6348c59133566aa659f34a153ecc0fb16 /entrypoint.bash | |
| parent | 69033ecacc726a9bc7532afdf97260109f4b6c1c (diff) | |
| download | git.zue.dev-ce17cbc9bcd1a9745e9fb8ffc88215773e974101.tar git.zue.dev-ce17cbc9bcd1a9745e9fb8ffc88215773e974101.tar.gz git.zue.dev-ce17cbc9bcd1a9745e9fb8ffc88215773e974101.tar.bz2 git.zue.dev-ce17cbc9bcd1a9745e9fb8ffc88215773e974101.tar.xz git.zue.dev-ce17cbc9bcd1a9745e9fb8ffc88215773e974101.zip | |
Ensure correct permissions for the /repositories directory
Diffstat (limited to 'entrypoint.bash')
| -rw-r--r-- | entrypoint.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/entrypoint.bash b/entrypoint.bash index 80e7c91..f9b6f52 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -16,6 +16,7 @@ fi # Set the correct permissions for the git user chown -R git:git /home/git +chown -R git:git /repositories # Start the SSH service in the background echo "Starting SSH service..." |
