1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

Fix wicd-cli with wired networks

This commit is contained in:
David Paleino
2012-02-05 20:12:29 +01:00
parent 7b8d5f803b
commit 7ba68d27d0

View File

@@ -100,7 +100,7 @@ if options.scan and options.wireless:
if options.load_profile and options.wired:
is_valid_wired_network_profile(options.name)
config.ReadWiredNetworkProfile(options.name)
wired.ReadWiredNetworkProfile(options.name)
op_performed = True
if options.list_networks: