From d7c5624bd645340a690b0aab0b7d0e81a113a7ca Mon Sep 17 00:00:00 2001 From: Spekulaas Date: Tue, 27 Sep 2022 13:07:48 +0200 Subject: [PATCH] loadbar update --- src/services/loadbar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/loadbar.sh b/src/services/loadbar.sh index 3034ef6..c1f9295 100644 --- a/src/services/loadbar.sh +++ b/src/services/loadbar.sh @@ -11,6 +11,6 @@ ProgressBar() { # program=$(printf "${_program}") printf "\rProgress : |${fill// /▇}${empty// / }| ${_progress}%%" - printf " Installing ${program} \r" + printf " Installing ${program} \r" } \ No newline at end of file