From 7e512bad969b1dbc64ac6fae4bd9711b259cba6c Mon Sep 17 00:00:00 2001 From: neilpang Date: Tue, 1 Nov 2016 19:31:20 +0800 Subject: [PATCH] fix apache mode --- acme.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/acme.sh b/acme.sh index e1b1cf45..c2956ce7 100755 --- a/acme.sh +++ b/acme.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VER=2.6.2 +VER=2.6.3 PROJECT_NAME="acme.sh" @@ -1937,9 +1937,6 @@ _on_before_issue() { _err "Please install netcat(nc) tools first." return 1 fi - elif ! _hasfield "$Le_Webroot" "$W_TLS" ; then - #no need to check anymore - return 0 fi _debug Le_LocalAddress "$Le_LocalAddress"