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:
@@ -100,7 +100,7 @@ if options.scan and options.wireless:
|
|||||||
|
|
||||||
if options.load_profile and options.wired:
|
if options.load_profile and options.wired:
|
||||||
is_valid_wired_network_profile(options.name)
|
is_valid_wired_network_profile(options.name)
|
||||||
config.ReadWiredNetworkProfile(options.name)
|
wired.ReadWiredNetworkProfile(options.name)
|
||||||
op_performed = True
|
op_performed = True
|
||||||
|
|
||||||
if options.list_networks:
|
if options.list_networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user