diff rlgwebd.js @ 167:fba1b34e7554

Rename watcher to dglwatcher.
author John "Elwin" Edwards
date Wed, 07 Jan 2015 13:49:37 -0500
parents 59e62710cbb5
children 0ceaca924b4c
line wrap: on
line diff
--- a/rlgwebd.js	Wed Jan 07 13:22:05 2015 -0500
+++ b/rlgwebd.js	Wed Jan 07 13:49:37 2015 -0500
@@ -724,7 +724,7 @@
   for (var gname in games) {
     watchdirs.push(path.join("/dgldir/inprogress", gname));
   }
-  var subproc = child_process.spawn("/bin/watcher", watchdirs);
+  var subproc = child_process.spawn("/bin/dglwatcher", watchdirs);
   subproc.stdout.setEncoding('utf8');
   subproc.stdout.on('data', function (chunk) {
     var fname = chunk.slice(2, -1);