From f63882e75011a5ce36d6aea1a35b20ccc974fe01 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 20 Feb 2017 15:00:11 +0200 Subject: [PATCH] Exit if upgrade have no new version? With this its goes to help_message, which is incorrect IMO --- checkssl | 1 + 1 file changed, 1 insertion(+) diff --git a/checkssl b/checkssl index 20fecb3..052125c 100755 --- a/checkssl +++ b/checkssl @@ -263,6 +263,7 @@ _requires column # Check if upgrades are available (unless they have specified -U to ignore Upgrade checks) if [[ $_UPGRADE_CHECK -eq 1 ]]; then check_upgrade + graceful_exit fi if [[ ! $FILEARG && ! $SERVERARG && ! $LOCATIONARG && ! $DOMAINARG ]]; then