Removed unnecessary argument from execute and executors

This commit is contained in:
ThreshMain 2021-02-05 16:50:57 +01:00
parent 8cc1f6c2b5
commit e1ef091570
No known key found for this signature in database
GPG key ID: BFC472F2D308EDB3
35 changed files with 36 additions and 35 deletions

View file

@ -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 -- \