mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
Fix shellcheck SC2004
This commit is contained in:
parent
6a7f7e4b6f
commit
2c65601ad2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user