chore: Apply shellcheck/shfmt suggestions
This commit is contained in:
parent
4095a83511
commit
f819f63559
2 changed files with 6 additions and 7 deletions
|
@ -197,8 +197,7 @@ until [[ $((nt + limit)) -gt ${dbcount} ]]; do
|
||||||
#do
|
#do
|
||||||
#printf " "
|
#printf " "
|
||||||
#done
|
#done
|
||||||
for space in $(seq 1 "${COLUMNS}")
|
for space in $(seq 1 "${COLUMNS}"); do
|
||||||
do
|
|
||||||
printf "\b"
|
printf "\b"
|
||||||
done
|
done
|
||||||
done < <(echo "${dbid}")
|
done < <(echo "${dbid}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue