fix seekable status when service is already running, only show infobar if InfoBarShow...
[enigma2.git] / lib / python / Components / Network.py
index 3ee76298312549c87cd6552019867686f94d0ab0..a8c75907ddfff25639306f3478c744fb23ed25d2 100644 (file)
@@ -190,7 +190,7 @@ class Network:
 
        def deactivateNetworkConfig(self):
                for iface in self.ifaces.keys():
-                       os.system("ip addr flush" + iface)
+                       os.system("ip addr flush " + iface)
                os.system("/etc/init.d/networking stop")
                os.system("killall -9 udhcpc")
                os.system("rm /var/run/udhcpc*")