fixes wireless interfaces check

dev
Philippe PITTOLI 2019-10-26 00:23:02 +02:00
parent 553cd0a986
commit 1c806d4874
1 changed files with 2 additions and 2 deletions

View File

@ -261,11 +261,11 @@ class InterfaceConfiguration
# TODO: treat differently wireless and non-wireless interfaces
if @wireless_networks.empty?
puts "interface #{name} is not wireless"
else
puts "interface #{name} is wireless: connection to the access point"
store_access_point_keys
access_point_connection
else
puts "interface #{name} is not wireless"
end
# ipv4 configuration