mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
bug fix in output
This commit is contained in:
parent
4f954bdb70
commit
70ddbfe37a
2
inxi
2
inxi
|
@ -9204,7 +9204,7 @@ print_graphics_data()
|
||||||
else
|
else
|
||||||
display_vendor_string="$display_vendor $display_version"
|
display_vendor_string="$display_vendor $display_version"
|
||||||
fi
|
fi
|
||||||
display_server_string="${C1}Display Server$SEP3${C2}$display_vendor_string "
|
display_server_string="${C1}Display Server${SEP3}${C2} $display_vendor_string "
|
||||||
|
|
||||||
if [[ $B_ROOT == 'true' ]];then
|
if [[ $B_ROOT == 'true' ]];then
|
||||||
root_x_string='for root '
|
root_x_string='for root '
|
||||||
|
|
Loading…
Reference in a new issue