This commit is contained in:
William Mantly 2016-05-29 13:44:34 -04:00
parent 37fae2e413
commit f0d6016a63

View File

@ -223,7 +223,7 @@ var getAvailrunner = function(runner){
return false; return false;
}; };
initWorkers(); workers.destroyOld();
// 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){