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:
Daniel 2017-09-26 19:43:06 +04:00 committed by GitHub
parent 270ce87582
commit 5261162fdf
1 changed files with 1 additions and 1 deletions

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="$!"
}