mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +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
|
fi
|
||||||
done
|
done
|
||||||
if [[ -z $hdd_model ]];then
|
if [[ -z $hdd_model ]];then
|
||||||
hdd_model=' Non Detected'
|
hdd_model=' None Detected'
|
||||||
fi
|
fi
|
||||||
if [[ -n $hdd_model_2 ]];then
|
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}" )
|
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