slitaz-tools diff boxes/wifi-box @ rev 930

Finish previous tiny edit
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 25 00:41:01 2014 +0200 (2014-11-25)
parents c79e656b37a5
children 5d80f6fdbdb7
line diff
     1.1 --- a/boxes/wifi-box	Sat Jan 04 14:32:42 2014 +0000
     1.2 +++ b/boxes/wifi-box	Tue Nov 25 00:41:01 2014 +0200
     1.3 @@ -131,7 +131,7 @@
     1.4  	# Deal with --button values
     1.5  	case $ret in
     1.6  		1) exit 0 ;;
     1.7 -		2) tazweb http://tazpanel:82/network.cgi?wifi && exit 0 ;;
     1.8 +		2) tazweb --notoolbar http://tazpanel:82/network.cgi?wifi && exit 0 ;;
     1.9  		3) /etc/init.d/network.sh stop && exit 0 ;;
    1.10  		3) start_wifi && exit 0 ;;
    1.11  		*) continue ;;