1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-15 10:23:00 +00:00
This commit is contained in:
neil
2016-03-13 22:08:28 +08:00
parent 850c1128df
commit 0f4e8b0e69
+1 -1
View File
@@ -357,7 +357,7 @@ _startserver() {
nchelp="$(nc -h 2>&1)"
if echo "$nchelp" | grep " \-q " >/dev/null ; then
if echo "$nchelp" | grep "\-q " >/dev/null ; then
_NC="nc -q 1 -l"
else
_NC="nc -l"