From 2ca831f8226c1123bc1e27d2a634f10110c022dc Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Thu, 18 Feb 2021 16:29:04 -0600 Subject: [PATCH] use login shell again since rust breaks without it --- lxc/execute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/execute b/lxc/execute index 3f893fb..9a4a611 100755 --- a/lxc/execute +++ b/lxc/execute @@ -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 -- \