Initiate safer boot sequence on upgrades

This commit is contained in:
Zef Hemel
2022-09-14 09:32:47 +02:00
parent 2d51b2d4c2
commit 61ba3398ad
10 changed files with 89 additions and 63 deletions
-3
View File
@@ -18,8 +18,5 @@ export function systemSyscalls(expressServer: ExpressServer): SysCallMapping {
"system.reloadPlugs": async () => {
return expressServer.reloadPlugs();
},
"system.getVersion": async () => {
return version;
},
};
}