mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Remove stray single-quote
Get rid of a single stray erroneous single-quote that is breaking socat when using standalone mode.
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -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="$!"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user