mirror of
https://github.com/gryf/wicd.git
synced 2026-01-05 21:34:16 +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)
|
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
|
||||||
if not no_poll:
|
if not no_poll:
|
||||||
child_pid = Popen([misc.find_path("python"), "-O",
|
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
|
shell=False, close_fds=True).pid
|
||||||
atexit.register(on_exit, child_pid)
|
atexit.register(on_exit, child_pid)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user