First jq rework - 12. redo

This commit is contained in:
Bjarne Saltbaek 2021-10-03 17:53:59 +02:00
parent 7bb0ff986b
commit bfda8f0b8a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ _findentry() {
_debug "In _findentry"
#returns id of dns entry, if it exists
_myget "json-api/cpanel?cpanel_jsonapi_apiversion=2&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&domain=$_domain"
_jqquery=".cpanelresult.data[] | select(.name == \"$fulldomain.\")| {Line} | .Line"
#_jqquery=".cpanelresult.data[] | select(.name == \"$fulldomain.\")| {Line} | .Line"
_id=""
_debug "_result is: $_result"
_debug "fulldomain. is $fulldomain."