Fix bug in network interface activation logic
This commit is contained in:
parent
9cb88ea386
commit
d064c6350d
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ class ConnectionController:
|
||||||
attempt += 1
|
attempt += 1
|
||||||
|
|
||||||
if network_interface_is_activated is False:
|
if network_interface_is_activated is False:
|
||||||
ConnectionError('The network interface could not be activated.')
|
raise ConnectionError('The network interface could not be activated.')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def system_uses_wireguard_interface():
|
def system_uses_wireguard_interface():
|
||||||
|
|
Loading…
Reference in a new issue