diff --git a/run/server.sh b/run/server.sh index 9f51517..f26749f 100644 --- a/run/server.sh +++ b/run/server.sh @@ -5,8 +5,8 @@ trap 'kill 0' EXIT trap exit SIGINT SIGTERM # Serve the page -HTML="\ -

$2

" +HTML="

$2

" LENGTH="${#HTML}"