Stray equals

This commit is contained in:
Bob Mottram 2016-10-21 15:20:38 +01:00
parent 65982e8a6b
commit be9a992a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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'