From 6ee6c82a48cf771c724134da2636d3d21bddf23e Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 24 Aug 2022 04:00:50 +0300 Subject: [PATCH] small change message --- update_ru_routes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ru_routes.sh b/update_ru_routes.sh index 21eeb0d..2fc2b81 100644 --- a/update_ru_routes.sh +++ b/update_ru_routes.sh @@ -9,7 +9,7 @@ function ProgressBar { let _left=40-$_done _fill=$(printf "%${_done}s") _empty=$(printf "%${_left}s") - printf "\rAddind routes : [${_fill// /#}${_empty// /-}] ${_progress}%%" + printf "\rLoading routes(${2}): [${_fill// /#}${_empty// /-}] ${_progress}%%" } #Variables