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