1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00

changed the path of monitor.py to the correct one so it will run again

This commit is contained in:
Adam Blackburn
2010-01-02 19:46:33 -10:00
parent df1168ee04
commit 9bde8da50b

View File

@@ -1790,7 +1790,7 @@ def main(argv):
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
if not no_poll:
child_pid = Popen([misc.find_path("python"), "-O",
os.path.join(wpath.lib, "daemon", "monitor.py")],
os.path.join(wpath.daemon, "monitor.py")],
shell=False, close_fds=True).pid
atexit.register(on_exit, child_pid)