fix
This commit is contained in:
parent
676a1281f7
commit
22bb930afb
@ -377,8 +377,8 @@ app.post('/run', (req, res) => {
|
|||||||
systemd_remove(req.body.command);
|
systemd_remove(req.body.command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
res.json(output);
|
|
||||||
}
|
}
|
||||||
|
res.json(output);
|
||||||
}, err => {
|
}, err => {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.error('error:', err);
|
console.error('error:', err);
|
||||||
@ -552,4 +552,4 @@ function additional_services() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user