mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 04:22:44 +00:00
Merge fe2e209d1ffd4509145c6f2ff951457571cd5c66 into 01f54558b9ee70e88a248f1e284625106ae62ecb
This commit is contained in:
commit
d9acbb9996
2
acme.sh
2
acme.sh
@ -1057,7 +1057,7 @@ issue() {
|
|||||||
Le_Keylength=""
|
Le_Keylength=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if _contains "$Le_Webroot" "no" ; then
|
if [ "$Le_Webroot" = "no" ] ; then
|
||||||
_info "Standalone mode."
|
_info "Standalone mode."
|
||||||
if ! _exists "nc" ; then
|
if ! _exists "nc" ; then
|
||||||
_err "Please install netcat(nc) tools first."
|
_err "Please install netcat(nc) tools first."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user