style: fix

This commit is contained in:
ahwayakchih 2019-02-16 13:17:11 +01:00
parent b616a0d13e
commit 6c9bbc759d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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