full path for ts

This commit is contained in:
Brian Seymour 2019-08-08 11:44:51 -05:00
parent 8833d4f488
commit 3b32563d38
1 changed files with 1 additions and 1 deletions

View File

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