# HG changeset patch # User Richard Dunbar # Date 1496865236 14400 # Node ID 354d476130a467c1fd710c0bd46356e8aceebfbb # Parent 7763f4f1665c02c3c4e3bd025945a797441b7c8f network.sh: typo fix stops ctrl_ifname error diff -r 7763f4f1665c -r 354d476130a4 etc/init.d/network.sh --- a/etc/init.d/network.sh Thu Feb 02 09:19:47 2017 +0200 +++ b/etc/init.d/network.sh Wed Jun 07 15:53:56 2017 -0400 @@ -121,7 +121,7 @@ grep -m1 -F $'\t'$WIFI_ESSID$'\t' | head -n1 | cut -f1) [ -z "$index" ] && echo -n '.' && sleep 1 done - wpa_cli select_network $index >/dev/null; status + wpa_cli select_network $index 2>/dev/null; status fi fi }