From 5b2582129b0c5a748344d7fb5dc4b4c9b19551c5 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 10 Jun 2020 08:50:56 +0200 Subject: [PATCH] fix missing \n --- bashbot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashbot.sh b/bashbot.sh index 06c668e..c917e02 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -11,7 +11,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v0.96-pre-22-g0c0a4cc +#### $$VERSION$$ v0.96-pre-23-geb89aee # # Exit Codes: # - 0 sucess (hopefully) @@ -783,7 +783,7 @@ start_bot() { local maxsleep="${BASHBOT_SLEEP:-5000}" # redirect to Debug.log [[ "${DEBUG}" == *"debug" ]] && exec &>>"${LOGDIR}/DEBUG.log" - [ -n "${DEBUG}" ] && printf "%s Start BASHBOT in Mode \"%s\"" "$(date)" "${DEBUG}" + [ -n "${DEBUG}" ] && printf "%s Start BASHBOT in Mode \"%s\"\n" "$(date)" "${DEBUG}" [[ "${DEBUG}" == "xdebug"* ]] && set -x #cleaup old pipes and empty logfiles find "${DATADIR}" -type p -delete