mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Fix formatting
This commit is contained in:
parent
d643a2ff13
commit
d604166194
@ -23,14 +23,14 @@ mailcow_deploy() {
|
|||||||
_mailcow_path="${DEPLOY_MAILCOW_PATH}"
|
_mailcow_path="${DEPLOY_MAILCOW_PATH}"
|
||||||
|
|
||||||
if [ -z "$_mailcow_path" ]; then
|
if [ -z "$_mailcow_path" ]; then
|
||||||
_err "Mailcow path is not found, please define DEPLOY_MAILCOW_PATH."
|
_err "Mailcow path is not found, please define DEPLOY_MAILCOW_PATH."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_ssl_path="${_mailcow_path}/data/assets/ssl/"
|
_ssl_path="${_mailcow_path}/data/assets/ssl/"
|
||||||
if [ ! -d "$_ssl_path" ]; then
|
if [ ! -d "$_ssl_path" ]; then
|
||||||
_err "Cannot find mailcow ssl path: $_ssl_path"
|
_err "Cannot find mailcow ssl path: $_ssl_path"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_info "Copying key and cert"
|
_info "Copying key and cert"
|
||||||
|
Loading…
Reference in New Issue
Block a user