mirror of
https://github.com/michael-yuji/xc.git
synced 2025-12-11 17:29:43 +01:00
should use the exec's env instead of container's
This commit is contained in:
@@ -198,7 +198,7 @@ impl ProcessRunner {
|
||||
|
||||
debug!(exit_notify = format!("{exit_notify:?}"), "==");
|
||||
|
||||
let mut envs = self.container.envs.clone();
|
||||
let mut envs = exec.envs.clone();
|
||||
|
||||
let jail = freebsd::jail::RunningJail::from_jid_unchecked(self.container.jid);
|
||||
let paths = envs
|
||||
|
||||
Reference in New Issue
Block a user