Skip to content
Snippets Groups Projects
Commit b524abf1 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

make-ring: fix run target for linux

dring installation path has changed to /lib/ring/dring

Change-Id: I640bfeb2c62827892516852ce5d0da6c12812334
parent a61de1fa
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ def run_run(args):
dring_log = open("daemon.log", 'a')
dring_log.write('=== Starting daemon (%s) ===' % time.strftime("%d/%m/%Y %H:%M:%S"))
dring_process = subprocess.Popen(
["./install/daemon/sbin/dring", "-c", "-d"],
["./install/daemon/lib/ring/dring", "-c", "-d"],
stdout=dring_log,
stderr=dring_log
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment