mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-14 20:22:13 +08:00
fix typo
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -2665,7 +2665,7 @@ _isRealNginxConf() {
|
|||||||
|
|
||||||
_debug "_seg_n" "$_seg_n"
|
_debug "_seg_n" "$_seg_n"
|
||||||
|
|
||||||
if [ "$(echo "$_seg_n" | _egrep_o "^ *ssl *on *;")" ]
|
if [ "$(echo "$_seg_n" | _egrep_o "^ *ssl *on *;")" ] \
|
||||||
|| [ "$(echo "$_seg_n" | _egrep_o "listen .* ssl[ |;]")" ]; then
|
|| [ "$(echo "$_seg_n" | _egrep_o "listen .* ssl[ |;]")" ]; then
|
||||||
_debug "ssl on, skip"
|
_debug "ssl on, skip"
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user