Merge fe2e209d1ffd4509145c6f2ff951457571cd5c66 into 01f54558b9ee70e88a248f1e284625106ae62ecb

This commit is contained in:
defanor 2016-05-03 02:47:04 +00:00
commit d9acbb9996

View File

@ -1057,7 +1057,7 @@ issue() {
Le_Keylength=""
fi
if _contains "$Le_Webroot" "no" ; then
if [ "$Le_Webroot" = "no" ] ; then
_info "Standalone mode."
if ! _exists "nc" ; then
_err "Please install netcat(nc) tools first."