From 0db892737cb17cbc970bbaa60f89096f9040e1b8 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 13:51:39 +0100 Subject: create log directory for cron jobs --- entrypoint.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'entrypoint.bash') 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 -- cgit v1.2.3