Stray equals
This commit is contained in:
parent
65982e8a6b
commit
be9a992a0b
|
@ -134,7 +134,7 @@ if [ $NETWORKS_INTERACTIVE ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if [ ! $wifi_interface_specified= ]; then
|
||||
if [ ! $wifi_interface_specified ]; then
|
||||
update_wifi_adaptors
|
||||
if [ ! $IFACE ]; then
|
||||
echo $'No wifi adaptors were found'
|
||||
|
|
Loading…
Reference in New Issue