1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 08:22:56 +00:00

Merge pull request #1046 from techdad/patch-1

Remove stray single-quote
This commit is contained in:
neil
2017-09-27 09:04:40 +08:00
committed by GitHub
+1 -1
View File
@@ -1987,7 +1987,7 @@ _startserver() {
_debug "_NC" "$_NC"
#todo listen address
$_NC TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork SYSTEM:"sleep 0.5; echo HTTP/1.1 200 OK'; echo ; echo $content; echo;" &
$_NC TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork SYSTEM:"sleep 0.5; echo HTTP/1.1 200 OK; echo ; echo $content; echo;" &
serverproc="$!"
}