From: Michael Tremer Date: Mon, 10 Jul 2023 17:30:15 +0000 (+0000) Subject: dehydrated: Keep going if re-issuing one certificate fails X-Git-Tag: v2.27-core177~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e63b7128e519657d445b0cbfc473725fc13a3a4;p=ipfire-2.x.git dehydrated: Keep going if re-issuing one certificate fails 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 --- 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 =