# HG changeset patch # User Christian Mesh meshca@clarkson.edu # Date 1331566090 0 # Node ID ef246bc25ae2e747edb671be345600e80e5f6166 # Parent 64b3c85727567893f12d6ee4f95d827e94e05b23 Changed wifi start to restart networking) diff -r 64b3c8572756 -r ef246bc25ae2 network.cgi --- a/network.cgi Sat Mar 10 23:32:31 2012 +0100 +++ b/network.cgi Mon Mar 12 15:28:10 2012 +0000 @@ -71,7 +71,7 @@ -e s'/^STATIC=.*/STATIC="no"/' /etc/network.conf ifconfig $WIFI_INTERFACE up iwconfig $WIFI_INTERFACE txpower auto - /etc/init.d/network.sh start | log + /etc/init.d/network.sh restart | log sleep 2 }