mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 19:12:53 +00:00
updates based on pull request review by Neilpang
This commit is contained in:
parent
2aab583a4e
commit
09de002eff
@ -34,8 +34,12 @@ directadmin_deploy() {
|
||||
_debug _cca "$_cca"
|
||||
_debug _cfullchain "$_cfullchain"
|
||||
|
||||
if ! _exists jq ; then
|
||||
_err "Please install jq first"
|
||||
return 1
|
||||
fi
|
||||
|
||||
_DA_credentials && _DA_setSSL
|
||||
return 0
|
||||
}
|
||||
|
||||
#################### Private functions below ##################################
|
||||
@ -79,7 +83,6 @@ _da_get_api() {
|
||||
return 1
|
||||
fi
|
||||
_secure_debug2 response "$response"
|
||||
return 0
|
||||
}
|
||||
|
||||
# Usage: _DA_setSSL
|
||||
@ -241,6 +244,4 @@ _DA_setSSL() {
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
return 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user