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