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
5bb09f469f
commit
7a0450a7f4
@ -90,7 +90,7 @@ dns_efficientip_add() {
|
||||
_info "Record successfully created"
|
||||
return 0
|
||||
else
|
||||
_err "Error creating the record"
|
||||
_err "Error creating the DNS record"
|
||||
_err "${result}"
|
||||
return 1
|
||||
fi
|
||||
@ -141,7 +141,7 @@ dns_efficientip_rm() {
|
||||
_info "Record successfully deleted"
|
||||
return 0
|
||||
else
|
||||
_err "Error deleting the record"
|
||||
_err "Error deleting the DNS record"
|
||||
_err "${result}"
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user