aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.bash
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 12:25:18 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 12:25:18 +0100
commitce17cbc9bcd1a9745e9fb8ffc88215773e974101 (patch)
tree0c877aa6348c59133566aa659f34a153ecc0fb16 /entrypoint.bash
parent69033ecacc726a9bc7532afdf97260109f4b6c1c (diff)
downloadgit.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.bash1
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..."