mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
added -v 5 full disk output
This commit is contained in:
parent
5e23f6caa4
commit
85c82cfe25
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -3954,7 +3954,7 @@ print_hard_disk_data()
|
|||
IFS=","
|
||||
a_hdd_working=( ${A_HDD_DATA[i]} )
|
||||
IFS="$ORIGINAL_IFS"
|
||||
if [[ $B_SHOW_DISK == 'true' ]];then
|
||||
if [[ $B_SHOW_DISK == 'true' || $VERBOSITY_LEVEL -ge 5 ]];then
|
||||
if [[ -n ${a_hdd_working[3]} ]];then
|
||||
usb_data="${a_hdd_working[3]} "
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue