Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
df60a224
Commit
df60a224
authored
Oct 28, 2020
by
Ed Lynes
Browse files
fix typo
parent
aa85d0ff
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_edgedns.sh
View file @
df60a224
...
@@ -242,7 +242,7 @@ _EDGEDNS_getZoneInfo() {
...
@@ -242,7 +242,7 @@ _EDGEDNS_getZoneInfo() {
_err
"
$(
printf
"Fatal error: acme API function call : %s"
"
$retVal
"
)
"
_err
"
$(
printf
"Fatal error: acme API function call : %s"
"
$retVal
"
)
"
fi
fi
if
[
"
$curResult
"
!=
"404"
]
;
then
if
[
"
$curResult
"
!=
"404"
]
;
then
err
"
$(
printf
"Managed zone validation failed. Error response: %s"
"
$retVal
"
)
"
_
err
"
$(
printf
"Managed zone validation failed. Error response: %s"
"
$retVal
"
)
"
return
1
return
1
fi
fi
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment