unneeded : in start_bot fixes #134

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-06-23 20:57:38 +02:00
parent 834f5ba200
commit 48f314eaaa

View File

@ -787,7 +787,7 @@ start_bot() {
local DEBUG="$1" local DEBUG="$1"
local OFFSET=0 local OFFSET=0
# adaptive sleep deafults # adaptive sleep deafults
local nextsleep="100" : local nextsleep="100"
local stepsleep="${BASHBOT_SLEEP_STEP:-100}" local stepsleep="${BASHBOT_SLEEP_STEP:-100}"
local maxsleep="${BASHBOT_SLEEP:-5000}" local maxsleep="${BASHBOT_SLEEP:-5000}"
# redirect to Debug.log # redirect to Debug.log