diff options
| -rw-r--r-- | entrypoint.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/entrypoint.bash b/entrypoint.bash index 41cc60b..c1e0c0f 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -14,6 +14,9 @@ else exit 1 fi +# Create the log directory for cron jobs +mkdir -p /home/git/.logs + # Set the correct permissions for the git user chown -R git:git /home/git chown -R git:git /repositories |
