mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 14:00:32 +00:00
Travis 7
This commit is contained in:
parent
6930607546
commit
b0ada7dccd
@ -110,7 +110,7 @@ dns_aruba_add() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
_debug _domain "$_domain"
|
_debug _domain "$_domain"
|
||||||
_sub_domain="_acme-challenge"
|
_sub_domain="_acme-challenge"
|
||||||
_debug "Check if _acme-challenge record exists in " "$_domain"
|
_debug "Check if _acme-challenge record exists in " "$_domain"
|
||||||
if ! _extract_record_id "$_sub_domain.$_domain."; then
|
if ! _extract_record_id "$_sub_domain.$_domain."; then
|
||||||
_method="POST"
|
_method="POST"
|
||||||
@ -176,8 +176,7 @@ _extract_record_id() {
|
|||||||
_info "Found txt record id: $_arrayId"
|
_info "Found txt record id: $_arrayId"
|
||||||
fi
|
fi
|
||||||
j=$(_math "$j" + 1)
|
j=$(_math "$j" + 1)
|
||||||
done
|
done
|
||||||
|
|
||||||
n=0
|
n=0
|
||||||
for i in $ARRAY_IDS; do
|
for i in $ARRAY_IDS; do
|
||||||
if [ "$n" = "$_arrayId" ]; then
|
if [ "$n" = "$_arrayId" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user