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
598becf6
Commit
598becf6
authored
Dec 03, 2018
by
neilpang
Browse files
minor, fix format
parent
7917aa2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
598becf6
...
@@ -155,7 +155,7 @@ dns_cf_rm() {
...
@@ -155,7 +155,7 @@ dns_cf_rm() {
# _domain_id=sdjkglgdfewsdfg
# _domain_id=sdjkglgdfewsdfg
_get_root
()
{
_get_root
()
{
_cf_zones
=
"
$(
_readdomainconf
$_DOMAIN_CF_ZONES_CACHE_NAME_
)
"
_cf_zones
=
"
$(
_readdomainconf
"
$_DOMAIN_CF_ZONES_CACHE_NAME_
"
)
"
_debug2
"_cf_zones"
"
$_cf_zones
"
_debug2
"_cf_zones"
"
$_cf_zones
"
if
[
-z
"
$_cf_zones
"
]
;
then
if
[
-z
"
$_cf_zones
"
]
;
then
_debug
"
$_DOMAIN_CF_ZONES_CACHE_NAME_
is none, so get it."
_debug
"
$_DOMAIN_CF_ZONES_CACHE_NAME_
is none, so get it."
...
...
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