From b8b3839bba75a96acc852d83b02434d921b0e065 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Mon, 17 Jan 2022 11:39:53 +0100 Subject: #915 remove temporary file to store shell output Remove legacy behaviour, store it in the client object instead of a temporary file. --- src/rest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rest.h') diff --git a/src/rest.h b/src/rest.h index 6cbf224..fb1c1b6 100644 --- a/src/rest.h +++ b/src/rest.h @@ -61,6 +61,7 @@ struct og_client { unsigned int last_cmd_id; bool autorun; uint32_t speed; + const char *shell_output; }; void og_client_add(struct og_client *cli); -- cgit v1.2.3-18-g5258