From aee6f5ed8b95f328f405c55f999349fc1ee3b6e9 Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 7 May 2025 13:21:45 +0200 Subject: [PATCH] fix: non-interactive force update --- certman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certman.sh b/certman.sh index 5cdc75e..3d2c051 100755 --- a/certman.sh +++ b/certman.sh @@ -244,7 +244,7 @@ check_cert_expiration() { } main_menu() { - if [ "$AUTO_MODE" = "true" ]; then + if [ "$AUTO_MODE" = "true" ] || [ "$FORCE_UPDATE" = "true" ]; then process_certificates exit 0 fi