Fix shellcheck SC2004

This commit is contained in:
Karol Kozłowski 2024-08-29 11:22:38 +02:00
parent 6a7f7e4b6f
commit 2c65601ad2
No known key found for this signature in database
GPG Key ID: B54354144585F02B

View File

@ -69,7 +69,7 @@ function rebalance () {
fi
current_index="$((current_index + 1))"
progress_percent=$(printf '%0.2f' "$(($current_index*10000/$file_count))e-2")
progress_percent=$(printf '%0.2f' "$((current_index*10000/file_count))e-2")
color_echo "${Cyan}" "Progress -- Files: ${current_index}/${file_count} (${progress_percent}%)"
if [[ ! -f "${file_path}" ]]; then