Fixed logging

master
Keith Irwin 2022-11-06 18:31:19 -07:00
parent f962c906ae
commit 42cd140a31
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ fi; if ! username="$(<<<"${domain}" cut -d'.' -f2)"; then
"${LIB_DIR}/http_res" 500
exit 8
else
printf 'User %s is "%s"' "${ip}" "${username}" >>"${LOGFILE}"
printf 'User %s is "%s"\n' "${ip}" "${username}" >>"${LOGFILE}"
fi
if ! path="${SSL_CONFIG_DIR:?}/${username:?}/${file}"; then