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", "spawn",
`${uid}`, `${uid}`,
uuid, uuid,
"bash", "sh",
"-c", "-c",
`exec env -i ${getEnvString(ctx)} "$@"`, `exec env -i ${getEnvString(ctx)} "$@"`,
"--", "--",