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
|
||||
#printf " "
|
||||
#done
|
||||
for space in $(seq 1 "${COLUMNS}")
|
||||
do
|
||||
for space in $(seq 1 "${COLUMNS}"); do
|
||||
printf "\b"
|
||||
done
|
||||
done < <(echo "${dbid}")
|
||||
|
|
Loading…
Add table
Reference in a new issue