mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
minor, fix format
This commit is contained in:
parent
7917aa2a7c
commit
598becf619
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user