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
7022d27b
Unverified
Commit
7022d27b
authored
Jan 12, 2024
by
laraveluser
Committed by
GitHub
Jan 12, 2024
Browse files
Update dns_limacity.sh
parent
ab911f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_limacity.sh
View file @
7022d27b
...
...
@@ -63,7 +63,7 @@ _lima_get_root() {
_lima_get_root
=
$1
i
=
1
while
true
;
do
h
=
$(
printf
"%s"
"
$_lima_get_root
"
|
cut
-d
.
-f
$(
_math
"
$i
"
-100
)
)
h
=
$(
printf
"%s"
"
$_lima_get_root
"
|
cut
-d
.
-f
`
_math
"
$i
"
-100
`
)
_debug h
"
$h
"
if
[
-z
"
$h
"
]
;
then
#not valid
...
...
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