summaryrefslogtreecommitdiffstats
path: root/src/json.h
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-11-26 11:18:36 +0100
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-11-27 14:06:29 +0100
commit00d54325d3d8a325ebcab40df549b4146204f6e0 (patch)
tree2db39fc4818bf151110556569dcb187a46ef51ef /src/json.h
parent113472d5c0115d53d2fb99288759502d196a8e93 (diff)
rest: update POST /shell/run for cmd executionHEADv1.2.5-27master
Remove legacy "echo" parameter. Add boolean "inline" parameter to determine if the execution is an inline command or a predefined script in /opt/opengnsys/shell/
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/json.h b/src/json.h
index 1d711dd..6536d88 100644
--- a/src/json.h
+++ b/src/json.h
@@ -75,7 +75,6 @@ struct og_msg_params {
const char *cache;
const char *cache_size;
const char *comment;
- bool echo;
struct og_partition partition_setup[OG_PARTITION_MAX];
struct og_image image;
uint64_t flags;