should use the exec's env instead of container's

This commit is contained in:
elliptic
2024-03-23 13:39:52 -04:00
parent 852d1d7b53
commit 89918fd1f0

View File

@@ -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