From 4f879fa1f5ed3f5903cd3e8f20e486c2a0d5272f Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 7 Aug 2025 15:50:18 +0200 Subject: [PATCH] script --- deploy.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy.sh b/deploy.sh index 42d09c8..0477e86 100755 --- a/deploy.sh +++ b/deploy.sh @@ -153,7 +153,7 @@ progress_bar() { local filled=$((current * width / total)) local empty=$((width - filled)) - printf "\r${BOLD}${label}${RESET} [" + printf "\r${BOLD}%s${RESET} [" "$label" # Filled portion with gradient for ((i=0; i