mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
fix test script
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
async function runTestScript() {
|
||||
loading.value = true;
|
||||
const data = {
|
||||
code: props.script.code,
|
||||
code: props.script.script_body,
|
||||
timeout: props.script.default_timeout,
|
||||
args: props.script.args,
|
||||
shell: props.script.shell,
|
||||
|
||||
Reference in New Issue
Block a user