Whitespace fixes

This commit is contained in:
andrewheberle 2019-05-29 11:03:44 +08:00 committed by GitHub
parent 0b78479f41
commit c7e6ba4368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,6 @@ sophosxg_deploy() {
_req_action_success="no" _req_action_success="no"
for _req_action in update add; do for _req_action in update add; do
_info "Uploading certificate: $_req_action" _info "Uploading certificate: $_req_action"
if sophosxg_do_req "$_req_action" "$_import_pkcs12" "$Le_Deploy_sophosxg_user" "$Le_Deploy_sophosxg_password" "$Le_Deploy_sophosxg_name" "$Le_Deploy_sophosxg_pfx_password" "$Le_Deploy_sophosxg_host"; then if sophosxg_do_req "$_req_action" "$_import_pkcs12" "$Le_Deploy_sophosxg_user" "$Le_Deploy_sophosxg_password" "$Le_Deploy_sophosxg_name" "$Le_Deploy_sophosxg_pfx_password" "$Le_Deploy_sophosxg_host"; then
_req_action_success="yes" _req_action_success="yes"
break break