Remove loading bar from start script
Crafty's terminal doesn't seem to have the ability to re-render a line once it's been rendered. There is probably no way to make a proper loading bar.
This commit is contained in:
parent
de924282e8
commit
3a8c5dc33e
@ -20,9 +20,9 @@ source ./config/server-properties/helpers/loading/bash_loading_animations.sh
|
||||
|
||||
# loading
|
||||
cat "$loading_text"
|
||||
BLA::start_loading_animation "${BLA_filling_bar[@]}"
|
||||
sleep 1.85
|
||||
BLA::stop_loading_animation
|
||||
# BLA::start_loading_animation "${BLA_filling_bar[@]}"
|
||||
# sleep 1.85
|
||||
# BLA::stop_loading_animation
|
||||
|
||||
# print info
|
||||
echo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user