This commit is contained in:
2016-02-08 16:48:45 -05:00
parent 8ce30f1e60
commit 99dcc47e00

1
lxc.js
View File

@ -162,6 +162,7 @@ Container.prototype.unfreeze = function(callback){
Container.prototype.info = function(callback){ Container.prototype.info = function(callback){
var that = this; var that = this;
callback = callback || function(){}
return sysExec('lxc-info --name '+this.name, function(data){ return sysExec('lxc-info --name '+this.name, function(data){
// console.log('info', arguments); // console.log('info', arguments);