From 1fe2b399d047e7cde281a78c35dc38054f11135e Mon Sep 17 00:00:00 2001 From: rowan Date: Thu, 2 Jan 2025 21:14:50 -0600 Subject: [PATCH] add local retention to entrypoint --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 8bb2654..9eaec2e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,5 @@ set +e ./b2-retention.sh +./local-retention.sh