mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
fixed typo
This commit is contained in:
parent
bfcc6035eb
commit
cace45adb5
2
inxi
2
inxi
|
@ -1685,7 +1685,7 @@ print_hard_disk_data()
|
|||
fi
|
||||
done
|
||||
if [[ -z $hdd_model ]];then
|
||||
hdd_model=' Non Detected'
|
||||
hdd_model=' None Detected'
|
||||
fi
|
||||
if [[ -n $hdd_model_2 ]];then
|
||||
hdd_data=$( create_print_line "Disks:" "${C1}HDD${C2} ${C1}Total Size:${C2} ${hdd_capacity} (${hdd_used})${hdd_model}" )
|
||||
|
|
Loading…
Reference in a new issue