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
|
# loading
|
||||||
cat "$loading_text"
|
cat "$loading_text"
|
||||||
BLA::start_loading_animation "${BLA_filling_bar[@]}"
|
# BLA::start_loading_animation "${BLA_filling_bar[@]}"
|
||||||
sleep 1.85
|
# sleep 1.85
|
||||||
BLA::stop_loading_animation
|
# BLA::stop_loading_animation
|
||||||
|
|
||||||
# print info
|
# print info
|
||||||
echo
|
echo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user