summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index a207576..1bd7fbd 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -91,6 +91,7 @@ CT_DoLog() {
normal="CT_NORMAL_COLOR"
if [ ${cur_l} -le ${max_level} ]; then
echo -e "\r${!color}${l}${!normal}"
+ CT_PROG_BAR_CPT=0 # Force redrawing progress bar on next 'unlogged' line
else
${CT_PROG_BAR}
fi