From be9a992a0b6d6392b99eb35ec26c232e4db241d5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 21 Oct 2016 15:20:38 +0100 Subject: [PATCH] Stray equals --- src/freedombone-wifi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-wifi b/src/freedombone-wifi index 952ac267..2d746ee0 100755 --- a/src/freedombone-wifi +++ b/src/freedombone-wifi @@ -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'