From 088e55131354f9e491862b4d004ce2a7bf1c57e7 Mon Sep 17 00:00:00 2001 From: Benno-K Date: Mon, 8 Feb 2021 14:15:33 +0100 Subject: [PATCH] after wild trying go back to what I think is it, even if I know that the upgrade tests fail with that --- getssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getssl b/getssl index 151cff0..f0e40ab 100755 --- a/getssl +++ b/getssl @@ -2516,8 +2516,8 @@ if [[ $_UPGRADE_CHECK -eq 1 ]]; then check_getssl_upgrade # if nothing in command line and no revocation and not only config check, # then exit after upgrade - if [[ -z "$DOMAIN" ]] && [[ ${_CHECK_ALL} -ne 1 ]] && [[ ${_REVOKE} -ne 1 ]] && [ "${_ONLY_CHECK_CONFIG}" -eq 1 ]; then - echo graceful_exit + if [[ -z "$DOMAIN" ]] && [[ ${_CHECK_ALL} -ne 1 ]] && [[ ${_REVOKE} -ne 1 ]] && [ "${_ONLY_CHECK_CONFIG}" -ne 1 ]; then + graceful_exit fi fi