mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 05:42:43 +00:00
more debugging - add function argument printing
This commit is contained in:
parent
b7b1714637
commit
c64aae6f39
@ -208,6 +208,8 @@ _ionos_cloud_get_record() {
|
|||||||
fulldomain=$3
|
fulldomain=$3
|
||||||
_record_name=$(printf "%s" "$fulldomain" | cut -d . -f 1)
|
_record_name=$(printf "%s" "$fulldomain" | cut -d . -f 1)
|
||||||
|
|
||||||
|
_info "grepping with the following args: zone_id=$zone_id txtrecord=$txtrecord fulldomain=$fulldomain _record_name=$_record_name"
|
||||||
|
|
||||||
if _ionos_cloud_rest GET "$IONOS_CLOUD_ROUTE_ZONES/$zone_id/records"; then
|
if _ionos_cloud_rest GET "$IONOS_CLOUD_ROUTE_ZONES/$zone_id/records"; then
|
||||||
_response="$(echo "$_response" | tr -d "\n")"
|
_response="$(echo "$_response" | tr -d "\n")"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user