mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
bug fix
This commit is contained in:
parent
68cc1953a4
commit
0cac507903
1
inxi
1
inxi
|
@ -5530,6 +5530,7 @@ print_gfx_data()
|
||||||
gfx_data=$( create_print_line "$line_starter" "${gfx_data}" )
|
gfx_data=$( create_print_line "$line_starter" "${gfx_data}" )
|
||||||
print_screen_output "$gfx_data"
|
print_screen_output "$gfx_data"
|
||||||
line_starter=' '
|
line_starter=' '
|
||||||
|
gfx_data=''
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# handle cases where card detection fails, like in PS3, where lspci gives no output, or headless boxes..
|
# handle cases where card detection fails, like in PS3, where lspci gives no output, or headless boxes..
|
||||||
|
|
Loading…
Reference in a new issue