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

No wifi by default

parent 8b47da2b
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@ function create_networks_interactive {
echo '#' >> $WIFI_NETWORKS_FILE
# By default connect to any open wifi
WIFI_SSID=$'any'
WIFI_SSID=''
WIFI_TYPE=$'open'
wifi_ctr=0
......@@ -487,7 +487,7 @@ function create_networks_interactive {
dialog --backtitle $"Freedombone Configuration" \
--title $"Wifi Settings ${wifi_ctr}" \
--form $"\nTo use this system via wifi (eg. USB dongle) enter the details below, otherwise just select Ok:" 13 65 4 \
$"SSID:" 1 1 "$WIFI_SSID" 1 24 30 30 \
$"SSID (can be 'any'):" 1 1 "$WIFI_SSID" 1 24 30 30 \
$"Type (open/wpa2-psk):" 2 1 "$WIFI_TYPE" 2 24 10 10 \
$"Passphrase:" 3 1 "$WIFI_PASSPHRASE" 3 24 50 50 \
2> $data
......
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