Ver código fonte

Check wifi interface exists

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

+ 5
- 0
src/freedombone-utils-wifi Ver arquivo

@@ -344,6 +344,11 @@ function networks_from_file {
344 344
         exit 4
345 345
     fi
346 346
 
347
+    if [[ $(config_param_exists "WIFI_INTERFACE") == "0" ]]; then
348
+        exit 5
349
+    fi
350
+    read_config_param "WIFI_INTERFACE"
351
+
347 352
     if [ ! -f /etc/network/interfaces_original ]; then
348 353
         if ! grep -q "# wifi enabled" /etc/network/interfaces; then
349 354
             cp /etc/network/interfaces /etc/network/interfaces_original