mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fixes
This commit is contained in:
parent
d089bf0211
commit
8efdf3199d
2
inxi
2
inxi
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue