Browse Source

Rene Rebe & Clifford Wolf:


			
			
				rocklinux
			
			
		
Rene Rebe 22 years ago
parent
commit
d0fddf95f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/rocknet_getprofile

+ 1
- 1
package/base/sysfiles/rocknet_getprofile

@ -22,7 +22,7 @@ ip l set eth1 up &> /dev/null
# maybe we have found that essid
(
sleep 2 # give it some time to get the essid
if iwconfig eth1 | grep -q 'ESSID:"MyWLAN"'; then
if iwlist eth1 scan | grep -q 'ESSID:"MyWLAN"'; then
echo bar > /etc/network/profile
fi
) &> /dev/null &

Loading…
Cancel
Save