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