Skip to content
Snippets Groups Projects
Commit 95521731 authored by Bob Mottram's avatar Bob Mottram
Browse files

By default connect to any open wifi

parent 4815dcc8
No related branches found
No related tags found
No related merge requests found
......@@ -434,6 +434,10 @@ function create_networks_interactive {
echo $'# none' >> $WIFI_NETWORKS_FILE
echo '#' >> $WIFI_NETWORKS_FILE
# By default connect to any open wifi
WIFI_SSID=$'any'
WIFI_TYPE=$'open'
wifi_ctr=0
wifi_networks_done=
while [ ! $wifi_networks_done ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment