slitaz-boot-scripts 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 7763f4f1665c
children b4f64eaa4d70
files etc/init.d/network.sh
line diff
     1.1 --- a/etc/init.d/network.sh	Thu Feb 02 09:19:47 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  }