From 739ea3e14b488663133f0b5c81a934d039bf39e5 Mon Sep 17 00:00:00 2001 From: Fabian Niepelt Date: Sat, 2 Sep 2017 22:41:39 +0200 Subject: [PATCH] Fix whitespace error --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index da6d8e74..d23bb31b 100755 --- a/acme.sh +++ b/acme.sh @@ -3937,7 +3937,7 @@ issue() { _initpath "$_main_domain" "$_ecc" . "$DOMAIN_CONF" - + if ! _on_issue_success "$_post_hook" "$_renew_hook"; then _err "Call hook error." return 1