Fix bug in network interface activation logic

This commit is contained in:
codeking 2025-02-12 08:56:46 +01:00
parent 9cb88ea386
commit d064c6350d

View file

@ -360,7 +360,7 @@ class ConnectionController:
attempt += 1
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
def system_uses_wireguard_interface():