diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-26 11:18:36 +0100 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-27 14:06:29 +0100 |
commit | 00d54325d3d8a325ebcab40df549b4146204f6e0 (patch) | |
tree | 2db39fc4818bf151110556569dcb187a46ef51ef /src/json.h | |
parent | 113472d5c0115d53d2fb99288759502d196a8e93 (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |