mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
remove check jq
This commit is contained in:
parent
bd1bb7a71b
commit
df9174577a
@ -53,11 +53,6 @@ gcore_cdn_deploy() {
|
||||
_savedomainconf Le_Deploy_gcore_cdn_password "$Le_Deploy_gcore_cdn_password"
|
||||
fi
|
||||
|
||||
if ! [ -x "$(command -v jq)" ]; then
|
||||
_err "Please install the package jq: sudo apt-get install jq"
|
||||
return 1
|
||||
fi
|
||||
|
||||
_info "Get authorization token"
|
||||
_request="{\"username\":\"$Le_Deploy_gcore_cdn_username\",\"password\":\"$Le_Deploy_gcore_cdn_password\"}"
|
||||
_debug _request "$_request"
|
||||
|
Loading…
Reference in New Issue
Block a user