This commit is contained in:
inxi-svn 2011-04-25 05:39:39 +00:00
parent 82b3c0728e
commit a08f40b267

2
inxi
View file

@ -3049,7 +3049,7 @@ get_network_advanced_data()
# 2.6.32 debian lenny kernel shows not: /net/eth0 but /net:eth0
else
card_port=$( ls $working_path | grep 'net:' )
eth_id=$( cut -d ':' -f 2 <<< "$data1" )
eth_id=$( cut -d ':' -f 2 <<< "$card_port" )
working_path=$working_path/$card_port
fi