diff options
| -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..." |
