Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
3dde83d8
Commit
3dde83d8
authored
Aug 26, 2022
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/4268
parent
238ecfc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_namesilo.sh
View file @
3dde83d8
...
...
@@ -110,7 +110,7 @@ _get_root() {
return
1
fi
if
_contains
"
$response
"
"
<
domain>
$host
"
;
then
if
_contains
"
$response
"
"
>
$host
</
domain>"
;
then
_sub_domain
=
$(
printf
"%s"
"
$domain
"
|
cut
-d
.
-f
1-
$p
)
_domain
=
"
$host
"
return
0
...
...
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