slitaz-boot-scripts diff etc/init.d/network.sh @ rev 440

network.sh: typo fix stops ctrl_ifname error
author Richard Dunbar <mojo@slitaz.org>
date Wed Jun 07 15:53:56 2017 -0400 (2017-06-07)
parents b09c326b9374
children 8ba6666579b6
line diff
     1.1 --- a/etc/init.d/network.sh	Mon Jan 09 02:20:10 2017 +0200
     1.2 +++ b/etc/init.d/network.sh	Wed Jun 07 15:53:56 2017 -0400
     1.3 @@ -121,7 +121,7 @@
     1.4  					grep -m1 -F $'\t'$WIFI_ESSID$'\t' | head -n1 | cut -f1)
     1.5  				[ -z "$index" ] && echo -n '.' && sleep 1
     1.6  			done
     1.7 -			wpa_cli select_network $index >/dev/null; status
     1.8 +			wpa_cli select_network $index 2>/dev/null; status
     1.9  		fi
    1.10  	fi
    1.11  }