This commit is contained in:
ibrahim0814 2019-11-12 14:01:29 -08:00
parent 224e1a7a68
commit 73585d79f2

View file

@ -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) {