mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 12:21:11 +00:00
fix: migrate legacy gateway services
This commit is contained in:
@@ -185,7 +185,7 @@ export async function doctorCommand(
|
||||
cfg = await maybeRepairSandboxImages(cfg, runtime, prompter);
|
||||
noteSandboxScopeWarnings(cfg);
|
||||
|
||||
await maybeScanExtraGatewayServices(options);
|
||||
await maybeScanExtraGatewayServices(options, runtime, prompter);
|
||||
await maybeRepairGatewayServiceConfig(cfg, resolveMode(cfg), runtime, prompter);
|
||||
await noteMacLaunchAgentOverrides();
|
||||
await noteMacLaunchctlGatewayEnvOverrides(cfg);
|
||||
|
||||
Reference in New Issue
Block a user