fix: remove duplicate PID lock release from bootstrap.ts

This commit is contained in:
Mohamed Boudra
2026-01-30 11:57:12 +07:00
parent 829de66d2f
commit f689cb1385

View File

@@ -55,7 +55,6 @@ import {
} from "./connection-offer.js";
import { printPairingQrIfEnabled } from "./pairing-qr.js";
import { startRelayTransport, type RelayTransportController } from "./relay-transport.js";
import { releasePidLock } from "./pid-lock.js";
import type {
AgentClient,
AgentProvider,
@@ -605,8 +604,6 @@ export async function createPaseoDaemon(
if (existsSync(selfIdMcpSocketPath)) {
unlinkSync(selfIdMcpSocketPath);
}
// Release PID lock
await releasePidLock(config.paseoHome);
};
return {