Commit 7e512bad authored by neilpang's avatar neilpang
Browse files

fix apache mode

parent 93fc48a2
#!/usr/bin/env sh #!/usr/bin/env sh
VER=2.6.2 VER=2.6.3
PROJECT_NAME="acme.sh" PROJECT_NAME="acme.sh"
...@@ -1937,9 +1937,6 @@ _on_before_issue() { ...@@ -1937,9 +1937,6 @@ _on_before_issue() {
_err "Please install netcat(nc) tools first." _err "Please install netcat(nc) tools first."
return 1 return 1
fi fi
elif ! _hasfield "$Le_Webroot" "$W_TLS" ; then
#no need to check anymore
return 0
fi fi
_debug Le_LocalAddress "$Le_LocalAddress" _debug Le_LocalAddress "$Le_LocalAddress"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment