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