summaryrefslogtreecommitdiffstats
path: root/dehydrated/share/hooks/exit_hook.extra-cleanup
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-20 04:28:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-20 04:28:54 +0000
commit25026494255e30a8e4d117bf521aea00558c02f1 (patch)
tree11277415b5181bf511418fd59651079ffa5a34c8 /dehydrated/share/hooks/exit_hook.extra-cleanup
parentAdding upstream version 20221225. (diff)
downloadopen-infrastructure-service-tools-25026494255e30a8e4d117bf521aea00558c02f1.tar.xz
open-infrastructure-service-tools-25026494255e30a8e4d117bf521aea00558c02f1.zip
Adding upstream version 20221226.upstream/20221226
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated/share/hooks/exit_hook.extra-cleanup')
-rwxr-xr-xdehydrated/share/hooks/exit_hook.extra-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/dehydrated/share/hooks/exit_hook.extra-cleanup b/dehydrated/share/hooks/exit_hook.extra-cleanup
index 59e203e..fc09f7b 100755
--- a/dehydrated/share/hooks/exit_hook.extra-cleanup
+++ b/dehydrated/share/hooks/exit_hook.extra-cleanup
@@ -23,7 +23,7 @@ set -e
echo -n " + Cleanup extra certificate files..."
-for EXTRA in root intermediate fullchain_privkey privkey_fullchain
+for EXTRA in root intermediate fullchain_privkey privkey_fullchain root_intermediate_cert
do
for CERTIFICATE in "${CERTDIR}"/*/
do