From 48f314eaaa5d0416857260ca2440e717c47773fc Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Tue, 23 Jun 2020 20:57:38 +0200 Subject: [PATCH] unneeded : in start_bot fixes #134 --- bashbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashbot.sh b/bashbot.sh index 6fb34cd..69a4f5d 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -787,7 +787,7 @@ start_bot() { local DEBUG="$1" local OFFSET=0 # adaptive sleep deafults - local nextsleep="100" : + local nextsleep="100" local stepsleep="${BASHBOT_SLEEP_STEP:-100}" local maxsleep="${BASHBOT_SLEEP:-5000}" # redirect to Debug.log