diff --git a/make-ring.py b/make-ring.py index db2dc31a39298104473eec51e754d4ccd2317dd2..0c9059ad93c0901522a79bcf0227690867f61a60 100755 --- a/make-ring.py +++ b/make-ring.py @@ -188,7 +188,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/libexec/dring", "-c", "-d"], + ["./install/daemon/sbin/dring", "-c", "-d"], stdout=dring_log, stderr=dring_log ) @@ -210,7 +210,7 @@ def run_run(args): if args.debug: subprocess.call( - ['gdb','-x', 'gdb.gdb', './install/daemon/libexec/dring'], + ['gdb','-x', 'gdb.gdb', './install/daemon/sbin/dring'], ) if args.background == False: