diff --git a/api/src/executor/job.js b/api/src/executor/job.js index ba739c4..9e48399 100644 --- a/api/src/executor/job.js +++ b/api/src/executor/job.js @@ -81,7 +81,7 @@ class Job { const proc_call = [ ...prlimit, ...unshare, - 'bash',file, ...args + 'bash',file, ...args.map(x=>`"${x}"`) ]; var stdout = '';