tried a fix
This commit is contained in:
parent
9ce292e020
commit
0a350b2885
3
lxc.js
3
lxc.js
@ -21,7 +21,7 @@ module.exports = function(config){
|
||||
var runCommand = sshBind.slice();
|
||||
runCommand.push(command);
|
||||
} else {
|
||||
var runCommand = textToArgs(command);
|
||||
var runCommand = textToArgs('unset XDG_SESSION_ID XDG_RUNTIME_DIR; cgm movepid all virt $$; '+command);
|
||||
}
|
||||
|
||||
var errors = '';
|
||||
@ -120,6 +120,5 @@ module.exports = function(config){
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
return obj;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user