Rename watcher to dglwatcher.
This commit is contained in:
parent
537c227f87
commit
2369fa45d4
2 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue