From 3a8c5dc33eb7df6bcf20830dbed54863df688b5d Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 11 Mar 2025 01:32:12 -0500 Subject: [PATCH] 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. --- server-properties/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server-properties/start.sh b/server-properties/start.sh index d1d8ff3..0091a22 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -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