mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
use login shell again since rust breaks without it
This commit is contained in:
parent
f358b58cb6
commit
2ca831f822
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ lxc-attach --clear-env -n piston -- \
|
|||
# runner
|
||||
timeout -s KILL 20 \
|
||||
lxc-attach --clear-env -n piston -- \
|
||||
/bin/bash -c "runuser runner$runner /exec/$language $id"
|
||||
/bin/bash -l -c "runuser runner$runner /exec/$language $id"
|
||||
|
||||
# process janitor
|
||||
lxc-attach --clear-env -n piston -- \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue