Browse Source

Still trying to fix failing tests in 32-test-upgrade.bats

pull/635/head
Benno-K 5 years ago
parent
commit
9946eb789f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -2517,7 +2517,7 @@ if [[ $_UPGRADE_CHECK -eq 1 ]]; then
# 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
graceful_exit
echo graceful_exit
fi
fi


Loading…
Cancel
Save