Fix spawn calls trying to access wrong .bashrc
This commit is contained in:
parent
68bb853fa0
commit
4d5f732b07
|
@ -109,7 +109,7 @@ export function privilegedSpawn(ctx: Context, args: string[]) {
|
|||
"spawn",
|
||||
`${uid}`,
|
||||
uuid,
|
||||
"bash",
|
||||
"sh",
|
||||
"-c",
|
||||
`exec env -i ${getEnvString(ctx)} "$@"`,
|
||||
"--",
|
||||
|
|
Loading…
Reference in New Issue