mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:34:31 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -81,7 +81,7 @@ function isGatewayArgv(args: string[]): boolean {
|
||||
}
|
||||
|
||||
const exe = normalized[0] ?? "";
|
||||
return exe.endsWith("/clawdbot") || exe === "clawdbot";
|
||||
return exe.endsWith("/moltbot") || exe === "moltbot";
|
||||
}
|
||||
|
||||
function readLinuxCmdline(pid: number): string[] | null {
|
||||
|
||||
Reference in New Issue
Block a user