Browse Source

Stray equals

Bob Mottram 8 years ago
parent
commit
be9a992a0b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-wifi

+ 1
- 1
src/freedombone-wifi View 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'