added -v 5 full disk output

This commit is contained in:
inxi-svn 2009-08-07 00:35:17 +00:00
parent 5e23f6caa4
commit 85c82cfe25

2
inxi
View file

@ -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