mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 13:20:23 +00:00
refactor: replace bot.molt identifiers with ai.openclaw
This commit is contained in:
@@ -297,7 +297,7 @@ vi.mock("../daemon/service.js", () => ({
|
||||
readRuntime: async () => ({ status: "running", pid: 1234 }),
|
||||
readCommand: async () => ({
|
||||
programArguments: ["node", "dist/entry.js", "gateway"],
|
||||
sourcePath: "/tmp/Library/LaunchAgents/bot.molt.gateway.plist",
|
||||
sourcePath: "/tmp/Library/LaunchAgents/ai.openclaw.gateway.plist",
|
||||
}),
|
||||
}),
|
||||
}));
|
||||
@@ -310,7 +310,7 @@ vi.mock("../daemon/node-service.js", () => ({
|
||||
readRuntime: async () => ({ status: "running", pid: 4321 }),
|
||||
readCommand: async () => ({
|
||||
programArguments: ["node", "dist/entry.js", "node-host"],
|
||||
sourcePath: "/tmp/Library/LaunchAgents/bot.molt.node.plist",
|
||||
sourcePath: "/tmp/Library/LaunchAgents/ai.openclaw.node.plist",
|
||||
}),
|
||||
}),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user