Skip to content

Commit

Permalink
feat: add time and ret code to script test #1713
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 26, 2024
1 parent 47842a7 commit b8bc559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/scripts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def post(self, request, agent_id):
)

data = {
"func": "runscript",
"func": "runscriptfull",
"timeout": request.data["timeout"],
"script_args": parsed_args,
"payload": {
Expand Down

0 comments on commit b8bc559

Please sign in to comment.