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
1dffaba2
Commit
1dffaba2
authored
Jul 07, 2020
by
neil
Browse files
fix format
parent
958a2f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_regru.sh
View file @
1dffaba2
...
@@ -89,10 +89,10 @@ _get_root() {
...
@@ -89,10 +89,10 @@ _get_root() {
do
do
case
"
${
domain
}
"
in
case
"
${
domain
}
"
in
*${
ITEM
}*
)
*${
ITEM
}*
)
_domain
=
${
ITEM
}
_domain
=
${
ITEM
}
_debug _domain
"
${
_domain
}
"
_debug _domain
"
${
_domain
}
"
return
0
return
0
;;
;;
esac
esac
done
done
...
...
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