Ver código fonte

No wifi by default

Bob Mottram 8 anos atrás
pai
commit
2321588fb2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-utils-wifi

+ 2
- 2
src/freedombone-utils-wifi Ver arquivo

@@ -475,7 +475,7 @@ function create_networks_interactive {
475 475
     echo '#' >> $WIFI_NETWORKS_FILE
476 476
 
477 477
     # By default connect to any open wifi
478
-    WIFI_SSID=$'any'
478
+    WIFI_SSID=''
479 479
     WIFI_TYPE=$'open'
480 480
 
481 481
     wifi_ctr=0
@@ -487,7 +487,7 @@ function create_networks_interactive {
487 487
         dialog --backtitle $"Freedombone Configuration" \
488 488
                --title $"Wifi Settings ${wifi_ctr}" \
489 489
                --form $"\nTo use this system via wifi (eg. USB dongle) enter the details below, otherwise just select Ok:" 13 65 4 \
490
-               $"SSID:" 1 1 "$WIFI_SSID" 1 24 30 30 \
490
+               $"SSID (can be 'any'):" 1 1 "$WIFI_SSID" 1 24 30 30 \
491 491
                $"Type (open/wpa2-psk):" 2 1 "$WIFI_TYPE" 2 24 10 10 \
492 492
                $"Passphrase:" 3 1 "$WIFI_PASSPHRASE" 3 24 50 50 \
493 493
                2> $data