Bob Mottram 8 anni fa
parent
commit
be9a992a0b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-wifi

+ 1
- 1
src/freedombone-wifi Vedi File

@@ -134,7 +134,7 @@ if [ $NETWORKS_INTERACTIVE ]; then
134 134
     exit 0
135 135
 fi
136 136
 
137
-if [ ! $wifi_interface_specified= ]; then
137
+if [ ! $wifi_interface_specified ]; then
138 138
     update_wifi_adaptors
139 139
     if [ ! $IFACE ]; then
140 140
         echo $'No wifi adaptors were found'