From 2e63b7128e519657d445b0cbfc473725fc13a3a4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Jul 2023 17:30:15 +0000 Subject: [PATCH] dehydrated: Keep going if re-issuing one certificate fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This change will make sure that dehydrated will continue if (re-)issuing one or more certificate fails. Signed-off-by: Michael Tremer Reviewed-by: Peter Müller --- config/dehydrated/cron.sh | 2 +- lfs/dehydrated | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dehydrated/cron.sh b/config/dehydrated/cron.sh index 0aa778a382..f2f8425271 100644 --- a/config/dehydrated/cron.sh +++ b/config/dehydrated/cron.sh @@ -1,3 +1,3 @@ #!/bin/bash -exec /usr/bin/dehydrated --cron +exec /usr/bin/dehydrated --cron --keep-going diff --git a/lfs/dehydrated b/lfs/dehydrated index 7cd92076b5..821c1433bd 100644 --- a/lfs/dehydrated +++ b/lfs/dehydrated @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dehydrated -PAK_VER = 5 +PAK_VER = 6 DEPS = -- 2.39.5