fix(setup): point non-interactive health hints at onboard flags (#93994) · openclaw/openclaw@7c8ca26
zhouhe-xydt
·
2026-06-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -342,8 +342,8 @@ export async function runNonInteractiveLocalSetup(params: {
|
342 | 342 | diagnostics, |
343 | 343 | hints: !opts.installDaemon |
344 | 344 | ? [ |
345 | | -"Non-interactive local setup only waits for an already-running gateway unless you pass --install-daemon.", |
346 | | -`Fix: start \`${formatCliCommand("openclaw gateway run")}\`, re-run with \`--install-daemon\`, or use \`--skip-health\`.`, |
| 345 | +"Non-interactive local setup only waits for an already-running gateway unless you pass `--install-daemon` to `openclaw onboard`.", |
| 346 | +`Fix: start \`${formatCliCommand("openclaw gateway run")}\`, re-run \`${formatCliCommand("openclaw onboard --install-daemon")}\`, or use \`${formatCliCommand("openclaw onboard --skip-health")}\`.`, |
347 | 347 | process.platform === "win32" |
348 | 348 | ? "Native Windows managed gateway install tries Scheduled Tasks first and falls back to a per-user Startup-folder login item when task creation is denied." |
349 | 349 | : undefined, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。