Browse Source

remove check jq

temoffey 6 years ago
parent
commit
df9174577a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      deploy/gcore_cdn.sh

+ 0 - 5
deploy/gcore_cdn.sh

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