Rename watcher to dglwatcher.

This commit is contained in:
John "Elwin" Edwards 2015-01-07 13:49:37 -05:00
parent 537c227f87
commit 2369fa45d4
2 changed files with 1 additions and 1 deletions

View file

@ -724,7 +724,7 @@ function startProgressWatcher() {
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);