mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
added -v 5 full disk output
This commit is contained in:
parent
5e23f6caa4
commit
85c82cfe25
2
inxi
2
inxi
|
@ -3954,7 +3954,7 @@ print_hard_disk_data()
|
||||||
IFS=","
|
IFS=","
|
||||||
a_hdd_working=( ${A_HDD_DATA[i]} )
|
a_hdd_working=( ${A_HDD_DATA[i]} )
|
||||||
IFS="$ORIGINAL_IFS"
|
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
|
if [[ -n ${a_hdd_working[3]} ]];then
|
||||||
usb_data="${a_hdd_working[3]} "
|
usb_data="${a_hdd_working[3]} "
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue