bug fixes

This commit is contained in:
inxi-svn 2011-06-23 02:54:43 +00:00
parent d089bf0211
commit 8efdf3199d

2
inxi
View file

@ -4384,7 +4384,7 @@ get_network_advanced_data()
if [[ -n $if_path ]];then if [[ -n $if_path ]];then
if [[ -f $working_path/speed ]];then if [[ -f $working_path/speed ]];then
speed=$( cat $working_path/speed ) gg speed=$( cat $working_path/speed )
fi fi
if [[ -f $working_path/duplex ]];then if [[ -f $working_path/duplex ]];then
duplex=$( cat $working_path/duplex ) duplex=$( cat $working_path/duplex )