Browse Source

Triggering another action pipeline

pull/6332/head
asavin 2 months ago
parent
commit
91081ade3c
  1. 2
      dnsapi/dns_efficientip.sh

2
dnsapi/dns_efficientip.sh

@ -86,7 +86,7 @@ dns_efficientip_add() {
_info "Record successfully created"
return 0
else
_err "Error creating the DNS record EIP"
_err "Error creating the DNS record using EIP"
_err "${result}"
return 1
fi

Loading…
Cancel
Save