This commit is contained in:
pablof7z
2025-04-09 11:46:03 +01:00
parent b258f49201
commit c0b37dd581

View File

@@ -12,6 +12,7 @@ log("starting up...: args: " + process.argv.join(" "));
// Load config and ensure defaults
const config = initConfig();
``;
// If there's no privateKey or bunker configured, run the setup wizard
if (!config.privateKey && !config.bunker) {