mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Removed unnecessary argument from execute and executors
This commit is contained in:
parent
8cc1f6c2b5
commit
e1ef091570
35 changed files with 36 additions and 35 deletions
|
@ -35,7 +35,7 @@ lxc-attach --clear-env -n piston -- \
|
|||
# runner
|
||||
timeout -s KILL 20 \
|
||||
lxc-attach --clear-env -n piston -- \
|
||||
/bin/bash -l -c "runuser runner$runner /exec/$language runner$runner $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