Fixed bad headers

master
Keith Irwin 2022-09-10 14:20:43 -06:00
parent 360293f575
commit 6ee1c760a5
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 2 deletions

View File

@ -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"
printf "${status}${content_type}Date:$(date)\n\n${body}\n">>"${LOGFILE}"
printf "${status}${content_type}Date:$(date)\n\n${body}\n"