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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user