mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Reformat using shfmt
This commit is contained in:
parent
c950b67e4b
commit
a9f96bf709
1 changed files with 3 additions and 3 deletions
|
|
@ -92,9 +92,9 @@ dns_cf_add() {
|
|||
if _contains "$response" "$txtvalue"; then
|
||||
_info "Added, OK"
|
||||
return 0
|
||||
elif _contains "$response" "The record already exists" \
|
||||
|| _contains "$response" "An identical record already exists." \
|
||||
|| _contains "$response" '"code":81058'; then
|
||||
elif _contains "$response" "The record already exists" ||
|
||||
_contains "$response" "An identical record already exists." ||
|
||||
_contains "$response" '"code":81058'; then
|
||||
_info "Already exists, OK"
|
||||
return 0
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue