diff options
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions index a207576a..1bd7fbdf 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 |