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
97723fbb
Unverified
Commit
97723fbb
authored
Jan 08, 2024
by
laraveluser
Committed by
GitHub
Jan 08, 2024
Browse files
Update dns_limacity.sh
parent
ef20a012
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_limacity.sh
View file @
97723fbb
...
...
@@ -82,7 +82,7 @@ _lima_get_domain_id() {
_lima_get_root
"
$1
"
_debug
"
$domain
"
LIMACITY_DOMAINID
=
$(
_get
"
${
APIBASE
}
/domains.json"
| _egrep_o
"{
\"
id
\
"
:[0-9]*[^}]*
$domain
"
| _egrep_o
"[0-9]*"
)
LIMACITY_DOMAINID
=
$(
_get
"
${
APIBASE
}
/domains.json"
| _egrep_o
":[0-9]*[^}]*
$domain
"
| _egrep_o
"[0-9]*"
)
_debug
"
$LIMACITY_DOMAINID
"
if
[
-z
"
$LIMACITY_DOMAINID
"
]
;
then
...
...
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