This commit is contained in:
William Mantly 2016-01-29 17:29:43 -05:00
parent ec07ce2ee0
commit 74aea9100f

2
lxc.js
View File

@ -52,7 +52,7 @@ module.exports = function(config){
obj.destroy = function(name, callback){
sysExec('lxc-destroy -n '+ name, function(data){
callback(!data.match(/Destroyed container u1-sdfwefwe\n/))
callback(!data.match(/Destroyed container/))
});
};