From 42cd140a31c74b2677b835d4eb97d75a89df1b26 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 6 Nov 2022 18:31:19 -0700 Subject: [PATCH] Fixed logging --- back/lib/dashboard/ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/lib/dashboard/ssl b/back/lib/dashboard/ssl index 2ae3914..da7c52a 100755 --- a/back/lib/dashboard/ssl +++ b/back/lib/dashboard/ssl @@ -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