Fix spawn calls trying to access wrong .bashrc

This commit is contained in:
Radon Rosborough 2020-07-19 17:48:19 -06:00
parent 68bb853fa0
commit 4d5f732b07
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export function privilegedSpawn(ctx: Context, args: string[]) {
"spawn",
`${uid}`,
uuid,
"bash",
"sh",
"-c",
`exec env -i ${getEnvString(ctx)} "$@"`,
"--",