mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
bug fix
This commit is contained in:
parent
dcd2d72813
commit
7bec613de9
2
inxi
2
inxi
|
@ -1194,7 +1194,7 @@ print_it_out()
|
||||||
i=1
|
i=1
|
||||||
while [[ -n ${GFX[i]} && $i -le 3 ]]
|
while [[ -n ${GFX[i]} && $i -le 3 ]]
|
||||||
do
|
do
|
||||||
long_gfx=$( printf "${C1}%-${INDENT}s${C2} %s" " " "${C1}Card $(($1+1))${C2} ${GFX[i]}" )
|
long_gfx=$( printf "${C1}%-${INDENT}s${C2} %s" " " "${C1}Card $(($i+1))${C2} ${GFX[i]}" )
|
||||||
print_screen_output "$long_gfx"
|
print_screen_output "$long_gfx"
|
||||||
(( i++ ))
|
(( i++ ))
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue