mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 13:42:46 +00:00
Triggering another action pipeline
This commit is contained in:
parent
9f09dcd18c
commit
7f1423dd6f
@ -59,7 +59,7 @@ dns_efficientip_add() {
|
||||
_saveaccountconf EfficientIP_View "${EfficientIP_View}"
|
||||
|
||||
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
|
||||
baseurlnObject="${baseurlnObject}&dns_name=${EfficientIP_DNSNameEncoded}"
|
||||
@ -86,7 +86,7 @@ dns_efficientip_add() {
|
||||
_info "Record successfully created"
|
||||
return 0
|
||||
else
|
||||
_err "Error creating the DNS record with EIP"
|
||||
_err "Error creating the DNS record"
|
||||
_err "${result}"
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user