From 22bb930afb7634e8b88cea1c831637f5951759cd Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 15 Aug 2022 15:02:22 -0600 Subject: [PATCH] fix --- agent/agent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}