mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 18:19:10 +00:00
Removed - after (usb) to keep it cleaner
This commit is contained in:
parent
0ef4b22dcc
commit
7221c789fa
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -1719,7 +1719,7 @@ print_hard_disk_data()
|
|||
IFS="$ORIGINAL_IFS"
|
||||
if [[ $B_SHOW_FULL_HDD == 'true' ]];then
|
||||
if [[ -n ${a_hdd_working[3]} ]];then
|
||||
usb_data="(${a_hdd_working[3]})-"
|
||||
usb_data="(${a_hdd_working[3]}) "
|
||||
else
|
||||
usb_data=''
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue