diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-03-21 22:23:17 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2007-03-21 22:23:17 +0000 |
| commit | eb3360f07a3cffec4a0c5f5d2289ecba3361ff12 (patch) | |
| tree | f842b2c053b07ff530f11c5ee67847063a00c87c /lib | |
| parent | 0fc6d5202a304e9521159340a1fc0fa98b344b37 (diff) | |
| download | enigma2-eb3360f07a3cffec4a0c5f5d2289ecba3361ff12.tar.gz enigma2-eb3360f07a3cffec4a0c5f5d2289ecba3361ff12.zip | |
add missing space
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Components/Network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 3ee76298..a8c75907 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -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*") |
