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
b8bfb5a5
Commit
b8bfb5a5
authored
Nov 06, 2021
by
neil
Browse files
fix format
parent
3f588234
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
b8bfb5a5
...
@@ -4207,9 +4207,9 @@ _isIP() {
...
@@ -4207,9 +4207,9 @@ _isIP() {
#identifier
#identifier
_getIdType
()
{
_getIdType
()
{
if
_isIP
"
$1
"
;
then
if
_isIP
"
$1
"
;
then
echo
"
$ID_TYPE_IP
"
;
echo
"
$ID_TYPE_IP
"
else
else
echo
"
$ID_TYPE_DNS
"
;
echo
"
$ID_TYPE_DNS
"
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