diff --git a/server/frontend/app/classes/network.py b/server/frontend/app/classes/network.py index 584e10b..d5da432 100644 --- a/server/frontend/app/classes/network.py +++ b/server/frontend/app/classes/network.py @@ -301,7 +301,9 @@ class Network(object): This enable interfaces, with a simple check. :return: bool if everything goes well """ - + sh = sp.Popen(["ifconfig", iface], + stdout=sp.PIPE, stderr=sp.PIPE) + sh = sh.communicate() if b"