From 6c9bbc759d6fa76ad652364fece2f0b9f68abd5a Mon Sep 17 00:00:00 2001 From: ahwayakchih Date: Sat, 16 Feb 2019 13:17:11 +0100 Subject: [PATCH] style: fix --- deploy/mydevil.sh | 2 +- dnsapi/dns_mydevil.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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