diff --git a/back/lib/http_res b/back/lib/http_res index 2ce45df..b67605f 100755 --- a/back/lib/http_res +++ b/back/lib/http_res @@ -25,5 +25,5 @@ elif [ "${2}" == '' ] fi # Send response -printf "${status}${content_type}\nDate:$(date)\n${body}\n">>"${LOGFILE}" -printf "${status}${content_type}\nDate:$(date)\n${body}\n" \ No newline at end of file +printf "${status}${content_type}Date:$(date)\n\n${body}\n">>"${LOGFILE}" +printf "${status}${content_type}Date:$(date)\n\n${body}\n"