diff --git a/index.js b/index.js index 8584988..91514f7 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ try { console.log('statusCode:', response && response.statusCode); //console.log('body:', body); - const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}` + const command = `bash ${body}` //const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}` exec(command, (err, stdout, stderr) => { if (err) {