mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
Triggering another action pipeline
This commit is contained in:
@@ -59,7 +59,7 @@ dns_efficientip_add() {
|
|||||||
_saveaccountconf EfficientIP_View "${EfficientIP_View}"
|
_saveaccountconf EfficientIP_View "${EfficientIP_View}"
|
||||||
|
|
||||||
export _H1="Accept-Language:en-US"
|
export _H1="Accept-Language:en-US"
|
||||||
baseurlnObject="https://${EfficientIP_Server}/rest/dns_rr_add?rr_type=TXT&rr_name=${fulldomain}&rr_value1=${txtvalue}"
|
baseurlnObject="https://${EfficientIP_Server}/rest/dns_rr_add?rr_type=TXT&rr_ttl=300&rr_name=${fulldomain}&rr_value1=${txtvalue}"
|
||||||
|
|
||||||
if [ "${EfficientIP_DNSNameEncoded}" != "" ]; then
|
if [ "${EfficientIP_DNSNameEncoded}" != "" ]; then
|
||||||
baseurlnObject="${baseurlnObject}&dns_name=${EfficientIP_DNSNameEncoded}"
|
baseurlnObject="${baseurlnObject}&dns_name=${EfficientIP_DNSNameEncoded}"
|
||||||
@@ -86,7 +86,7 @@ dns_efficientip_add() {
|
|||||||
_info "Record successfully created"
|
_info "Record successfully created"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
_err "Error creating the DNS record with EIP"
|
_err "Error creating the DNS record"
|
||||||
_err "${result}"
|
_err "${result}"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user