mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
fix nc issue for freebsd
This commit is contained in:
parent
14165e5a9b
commit
6d60f28852
2
le.sh
2
le.sh
@ -601,6 +601,8 @@ _startserver() {
|
||||
else
|
||||
if echo "$nchelp" | grep "GNU netcat" >/dev/null && echo "$nchelp" | grep "\-c, \-\-close" >/dev/null ; then
|
||||
_NC="nc -c -l"
|
||||
elif echo "$nchelp" | grep "\-N" |grep "Shutdown the network socket after EOF on stdin" >/dev/null ; then
|
||||
_NC="nc -N -l"
|
||||
else
|
||||
_NC="nc -l"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user