mirror of
https://github.com/gryf/wicd.git
synced 2025-12-22 05:48:03 +01:00
fix udhcpc not working due to an extra period
This commit is contained in:
@@ -561,7 +561,7 @@ class BaseInterface(object):
|
|||||||
|
|
||||||
while not udhcpc_complete:
|
while not udhcpc_complete:
|
||||||
line = pipe.readline()
|
line = pipe.readline()
|
||||||
if line.endswith("failing"):
|
if line.endswith("failing."):
|
||||||
udhcpc_success = False
|
udhcpc_success = False
|
||||||
udhcpc_complete = True
|
udhcpc_complete = True
|
||||||
elif line == '':
|
elif line == '':
|
||||||
|
|||||||
Reference in New Issue
Block a user