This commit is contained in:
William Mantly 2016-05-05 00:18:55 -04:00
parent fcb4612e1c
commit 3a1276db67

View File

@ -81,7 +81,7 @@ var startWorkers = function(clworker, stopPercent){
}); });
}; };
startWorkers(worker.clworker0); startWorkers(workers.clworker0);
router.get('/start/:name', function(req, res, next){ router.get('/start/:name', function(req, res, next){
return lxc.start(req.params.name, function(data){ return lxc.start(req.params.name, function(data){