mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-01 06:42:43 +00:00
style: fix
This commit is contained in:
parent
b616a0d13e
commit
6c9bbc759d
@ -27,7 +27,7 @@ mydevil_deploy() {
|
|||||||
_debug _cca "$_cca"
|
_debug _cca "$_cca"
|
||||||
_debug _cfullchain "$_cfullchain"
|
_debug _cfullchain "$_cfullchain"
|
||||||
|
|
||||||
if ! _exists "devil" ; then
|
if ! _exists "devil"; then
|
||||||
_err "Could not find 'devil' command."
|
_err "Could not find 'devil' command."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
@ -18,7 +18,7 @@ dns_mydevil_add() {
|
|||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
domain=""
|
domain=""
|
||||||
|
|
||||||
if ! _exists "devil" ; then
|
if ! _exists "devil"; then
|
||||||
_err "Could not find 'devil' command."
|
_err "Could not find 'devil' command."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
@ -53,7 +53,7 @@ dns_mydevil_rm() {
|
|||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
domain=""
|
domain=""
|
||||||
|
|
||||||
if ! _exists "devil" ; then
|
if ! _exists "devil"; then
|
||||||
_err "Could not find 'devil' command."
|
_err "Could not find 'devil' command."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user