From 3b32563d38810ce1f1960c38d029c80307bd980c Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Thu, 8 Aug 2019 11:44:51 -0500 Subject: [PATCH] full path for ts --- lxc/executors/typescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/executors/typescript b/lxc/executors/typescript index f3aff9a..2fdea5e 100755 --- a/lxc/executors/typescript +++ b/lxc/executors/typescript @@ -1,6 +1,6 @@ cd /tmp/$2 mv code.code interim.ts -timeout -s KILL 10 tsc interim.ts +timeout -s KILL 10 /usr/local/bin/tsc interim.ts rm interim.ts mv interim.js code.code runuser -l runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 nodejs code.code"