remove check jq

This commit is contained in:
temoffey 2019-03-22 23:00:47 +03:00
parent bd1bb7a71b
commit df9174577a
1 changed files with 0 additions and 5 deletions

View File

@ -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"