Browse Source

style: fix

pull/2076/head
ahwayakchih 7 years ago
parent
commit
6c9bbc759d
  1. 2
      deploy/mydevil.sh
  2. 4
      dnsapi/dns_mydevil.sh

2
deploy/mydevil.sh

@ -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

4
dnsapi/dns_mydevil.sh

@ -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…
Cancel
Save