On 11/02/2009 Edward Kerr wrote:
> I need to run a script AFTER the wireless network has definitely come 
> up 
> and is functioning.
> 

some stuff at

http://ubuntuforums.org/showthread.php?t=1027173

may help

or use lack of a succesful ping to make it wait ...

while [ `ping -c 1 www.yahoo.com | grep "1 packets received"` = "" ]
do
sleep 5
done



Phil

_______________________________________________
Peterboro mailing list
Peterboro@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to