diff options
| author | Jeff Carr <[email protected]> | 2025-03-22 16:42:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-23 09:32:50 -0500 |
| commit | 695ff26e82c02c51199283301509818599b39168 (patch) | |
| tree | 59f4f40350449857d65ad70f58bde18ea4af7de6 | |
| parent | 8ecc16f938a2bacfb4c5a4cb7a212d7b2969f088 (diff) | |
stub in a upgrade string line
| -rw-r--r-- | machine.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto index 8594c7a..d2232d3 100644 --- a/machine.proto +++ b/machine.proto @@ -20,6 +20,7 @@ message Machine { // `autogenpb:marshal` string userAgent = 10; string uuid = 11; bool upgrade = 12; // upgrade is needed + string upgradCmd = 13; // upgrade cmd } message Machines { // `autogenpb:marshal` `autogenpb:gui` |
