updated
This commit is contained in:
Родитель
9d84e44d60
Коммит
9bc6d7e910
2
app.js
2
app.js
|
@ -161,7 +161,7 @@ const router = express.Router();
|
|||
|
||||
router.get('/test', (req, res) => {
|
||||
|
||||
const script = `ls -lA;.jq --help`;
|
||||
const script = `ls -lA;./jq --help`;
|
||||
|
||||
commands.run('test', script, (result) => {
|
||||
res.json({
|
||||
|
|
Загрузка…
Ссылка в новой задаче