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