diff --git a/agent/agent.js b/agent/agent.js index 4cd1c49..5af5a04 100644 --- a/agent/agent.js +++ b/agent/agent.js @@ -377,8 +377,8 @@ app.post('/run', (req, res) => { systemd_remove(req.body.command); } } - res.json(output); } + res.json(output); }, err => { if (err) { console.error('error:', err); @@ -552,4 +552,4 @@ function additional_services() { }); }); } -} \ No newline at end of file +}