mirror of
https://github.com/vvzvlad/trickster-vpn.git
synced 2024-11-05 06:09:11 +03:00
small change message
This commit is contained in:
parent
7ef5e1dba8
commit
6ee6c82a48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user