stuff
This commit is contained in:
1
lxc.js
1
lxc.js
@ -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);
|
||||||
|
Reference in New Issue
Block a user