diff --git a/deploy/mydevil.sh b/deploy/mydevil.sh index 73981abd..a414815e 100755 --- a/deploy/mydevil.sh +++ b/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 diff --git a/dnsapi/dns_mydevil.sh b/dnsapi/dns_mydevil.sh index 820233f3..494fbd7b 100755 --- a/dnsapi/dns_mydevil.sh +++ b/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