mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 20:08:26 +00:00
fix: support moltbot legacy state dir
This commit is contained in:
@@ -429,6 +429,7 @@ async function maybeMigrateLegacyConfig(): Promise<string[]> {
|
||||
const legacyCandidates = [
|
||||
path.join(home, ".clawdbot", "clawdbot.json"),
|
||||
path.join(home, ".moldbot", "moldbot.json"),
|
||||
path.join(home, ".moltbot", "moltbot.json"),
|
||||
];
|
||||
|
||||
let legacyPath: string | null = null;
|
||||
|
||||
Reference in New Issue
Block a user