From c7e44ca8cc59964937b340aafa8d970d624e1fa8 Mon Sep 17 00:00:00 2001 From: Daniel von Obernitz Date: Wed, 4 Oct 2023 10:10:53 +0200 Subject: [PATCH] Add -n to rehash to prevent cert missing during the process --- UpdateCRL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateCRL.sh b/UpdateCRL.sh index ee99e6b..04c8804 100755 --- a/UpdateCRL.sh +++ b/UpdateCRL.sh @@ -100,7 +100,7 @@ do done # Rehash -if /usr/bin/c_rehash > /dev/null 2>&1; then +if /usr/bin/c_rehash -n > /dev/null 2>&1; then INFO "Rehash successful" else ERROR "Could not rehash $PATHSSL!"