From 45efa806990a0ef927b7db0b5ed95ff5148943a7 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Fri, 9 Apr 2021 17:10:37 +0200 Subject: [PATCH] modules: startBot: adjust start message --- modules/processUpdates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/processUpdates.sh b/modules/processUpdates.sh index 9a5050d..51f9d42 100644 --- a/modules/processUpdates.sh +++ b/modules/processUpdates.sh @@ -4,7 +4,7 @@ # File: processUpdates.sh # Note: DO NOT EDIT! this file will be overwritten on update # -#### $$VERSION$$ v1.51-dev-20-ge4c13dd +#### $$VERSION$$ v1.51-dev-21-gb097f08 ################################################################## ############## @@ -302,7 +302,7 @@ declare -A BASHBOTBLOCKED start_bot() { local DEBUGMSG # startup message - DEBUGMSG="BASHBOT startup actions, debug mode set to \"${1:-normal}\" ==========" + DEBUGMSG="BASHBOT startup actions, mode set to \"${1:-normal}\" ==========" log_update "${DEBUGMSG}" # redirect to Debug.log if [[ "$1" == *"debug" ]]; then