Browse Source

Merge f63882e750 into 525fbe2d33

pull/16/merge
Kirill 9 years ago
committed by GitHub
parent
commit
75ebdb6825
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      checkssl

+ 1
- 0
checkssl View File

@ -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


Loading…
Cancel
Save